![]() |
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. | |
random_seed = b2luigi.Parameter() | |
Random basf2 seed. | |
n_events = b2luigi.IntParameter() | |
Number of events to generate for the training data set. | |
fast_bdt_option_state_filter | |
Hyperparameter option of the FastBDT algorithm. | |
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 requires trained state filters. The cuts on the state filter classifiers are set to rather low values to ensure that all signal is contained in the recorded file. Also, the values for XXXXXHighUseNStates are chosen conservatively, i.e. rather on the high side.
Definition at line 667 of file combined_cdc_to_svd_ckf_mva_training.py.
create_path | ( | self | ) |
Create basf2 path to process with event generation and simulation.
Definition at line 817 of file combined_cdc_to_svd_ckf_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 722 of file combined_cdc_to_svd_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 693 of file combined_cdc_to_svd_ckf_mva_training.py.
remove_output | ( | self | ) |
Default function from base b2luigi.Task class.
Definition at line 825 of file combined_cdc_to_svd_ckf_mva_training.py.
requires | ( | self | ) |
This task requires that the training SplitMergeSimTask is finished, as well as that the state filters are trained using the CKFStateFilterTeacherTask..
Definition at line 700 of file combined_cdc_to_svd_ckf_mva_training.py.
|
staticinherited |
batch system
Definition at line 189 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 675 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Hyperparameter option of the FastBDT algorithm.
default are the FastBDT default values.
Definition at line 682 of file combined_cdc_to_svd_ckf_mva_training.py.
|
inherited |
set the job name (inherited variable)
Definition at line 197 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Number of events to generate for the training data set.
Definition at line 680 of file combined_cdc_to_svd_ckf_mva_training.py.
|
staticinherited |
queue
Definition at line 191 of file combined_cdc_to_svd_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 678 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Name of the records file for training the final result filter.
Definition at line 688 of file combined_cdc_to_svd_ckf_mva_training.py.