![]() |
Belle II Software development
|
Public Member Functions | |
output (self) | |
requires (self) | |
create_state_recording_path (self, layer, records1_fname, records2_fname, records3_fname) | |
create_path (self) | |
remove_output (self) | |
Public Attributes | |
job_name = self.task_id | |
set the job name (inherited variable) | |
Static Public Attributes | |
experiment_number = b2luigi.IntParameter() | |
Experiment number of the conditions database, e.g. | |
random_seed = b2luigi.Parameter() | |
Random basf2 seed. | |
n_events = b2luigi.IntParameter() | |
Number of events to generate. | |
layer = b2luigi.IntParameter() | |
Layer on which to toggle for recording the information for training. | |
str | batch_system = 'lsf' |
batch system | |
str | queue = 's' |
queue | |
Record the data for the three state filters for the ToPXDCKF. This task requires that the events used for training have been simulated before, which is done using the ``SplitMergeSimTask``.
Definition at line 390 of file combined_to_pxd_ckf_mva_training.py.
create_path | ( | self | ) |
Create basf2 path to process with event generation and simulation.
Definition at line 510 of file combined_to_pxd_ckf_mva_training.py.
create_state_recording_path | ( | self, | |
layer, | |||
records1_fname, | |||
records2_fname, | |||
records3_fname ) |
Create a path for the recording. To record the data for the PXD state filters, CDC+SVD tracks are required, and these must be truth matched before. The data have to recorded for each layer of the PXD, i.e. layers 1 and 2, but also an artificial layer 3. :param layer: The layer for which the data are recorded. :param records1_fname: Name of the records1 file. :param records2_fname: Name of the records2 file. :param records3_fname: Name of the records3 file.
Definition at line 427 of file combined_to_pxd_ckf_mva_training.py.
output | ( | self | ) |
Generate list of output files that the task should produce. The task is considered finished if and only if the outputs all exist.
Definition at line 408 of file combined_to_pxd_ckf_mva_training.py.
remove_output | ( | self | ) |
Default function from base b2luigi.Task class.
Definition at line 521 of file combined_to_pxd_ckf_mva_training.py.
requires | ( | self | ) |
This task only requires that the input files have been created.
Definition at line 416 of file combined_to_pxd_ckf_mva_training.py.
|
staticinherited |
batch system
Definition at line 189 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 398 of file combined_to_pxd_ckf_mva_training.py.
|
inherited |
set the job name (inherited variable)
Definition at line 197 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Layer on which to toggle for recording the information for training.
Definition at line 406 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Number of events to generate.
Definition at line 403 of file combined_to_pxd_ckf_mva_training.py.
|
staticinherited |
queue
Definition at line 191 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Random basf2 seed.
It is further used to read of the production process to preserve clearness in the b2luigi output.
Definition at line 401 of file combined_to_pxd_ckf_mva_training.py.