![]() |
Belle II Software development
|
Public Member Functions | |
output (self) | |
requires (self) | |
create_result_recording_path (self, result_filter_records_name) | |
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. | |
n_events_training = b2luigi.IntParameter() | |
Number of events to generate. | |
random_seed = b2luigi.Parameter() | |
Random basf2 seed. | |
result_filter_records_name = b2luigi.Parameter() | |
Name of the records file for training the final result filter. | |
str | batch_system = 'lsf' |
batch system | |
str | queue = 's' |
queue | |
Task to record data for the final result filter. This only requires found and MC-matched SVD and CDC tracks that need to be merged, all state filters are set to "all"
Definition at line 378 of file cdc_and_svd_ckf_merger_mva_training.py.
create_path | ( | self | ) |
Create basf2 path to process with event generation and simulation.
Definition at line 478 of file cdc_and_svd_ckf_merger_mva_training.py.
create_result_recording_path | ( | self, | |
result_filter_records_name ) |
Create a path for the recording of the result filter. This file is then used to train the result filter. :param result_filter_records_name: Name of the recording file.
Definition at line 413 of file cdc_and_svd_ckf_merger_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 395 of file cdc_and_svd_ckf_merger_mva_training.py.
remove_output | ( | self | ) |
Default function from base b2luigi.Task class.
Definition at line 486 of file cdc_and_svd_ckf_merger_mva_training.py.
requires | ( | self | ) |
This task requires that the training SplitMergeSimTask is finished.
Definition at line 402 of file cdc_and_svd_ckf_merger_mva_training.py.
|
staticinherited |
batch system
Definition at line 177 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 385 of file cdc_and_svd_ckf_merger_mva_training.py.
|
inherited |
set the job name (inherited variable)
Definition at line 185 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Number of events to generate.
Definition at line 387 of file cdc_and_svd_ckf_merger_mva_training.py.
|
staticinherited |
queue
Definition at line 179 of file cdc_and_svd_ckf_merger_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 390 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Name of the records file for training the final result filter.
Definition at line 393 of file cdc_and_svd_ckf_merger_mva_training.py.