![]() |
Belle II Software development
|
Public Member Functions | |
output (self) | |
requires (self) | |
run (self) | |
remove_output (self) | |
Static Public Attributes | |
n_events_training | |
Number of events to generate for the training data set. | |
n_events_testing | |
Number of events to generate for the test data set. | |
n_events_per_task | |
Number of events per task. | |
num_processes | |
Number of basf2 processes to use in Basf2PathTasks. | |
bkgfiles_by_exp = b2luigi.get_setting("bkgfiles_by_exp") | |
Dictionary with experiment numbers as keys and background directory paths as values. | |
dict | bkgfiles_by_exp = {int(key): val for (key, val) in bkgfiles_by_exp.items()} |
Transform dictionary keys (exp. | |
str | batch_system = 'local' |
Use local batch system. | |
str | output_file_name = 'summary.json' |
Output file name. | |
Task that collects and summarizes the main figure-of-merits from all the (validation and optimisation) child taks.
Definition at line 1146 of file combined_cdc_to_svd_ckf_mva_training.py.
output | ( | self | ) |
Output method.
Definition at line 1187 of file combined_cdc_to_svd_ckf_mva_training.py.
remove_output | ( | self | ) |
Default function from base b2luigi.Task class.
Definition at line 1265 of file combined_cdc_to_svd_ckf_mva_training.py.
requires | ( | self | ) |
Generate list of tasks that needs to be done for luigi to finish running this steering file.
Definition at line 1193 of file combined_cdc_to_svd_ckf_mva_training.py.
run | ( | self | ) |
Run method.
Definition at line 1231 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Use local batch system.
Definition at line 1183 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Dictionary with experiment numbers as keys and background directory paths as values.
Definition at line 1178 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Transform dictionary keys (exp.
numbers) from strings to int
Definition at line 1180 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Number of events per task.
Used to split up the simulation tasks.
Definition at line 1165 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Number of events to generate for the test data set.
Definition at line 1159 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Number of events to generate for the training data set.
Definition at line 1153 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Number of basf2 processes to use in Basf2PathTasks.
Definition at line 1171 of file combined_cdc_to_svd_ckf_mva_training.py.
|
static |
Output file name.
Definition at line 1185 of file combined_cdc_to_svd_ckf_mva_training.py.