![]() |
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 resources. | |
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 1104 of file combined_to_pxd_ckf_mva_training.py.
output | ( | self | ) |
Output method.
Definition at line 1144 of file combined_to_pxd_ckf_mva_training.py.
remove_output | ( | self | ) |
Default function from base b2luigi.Task class.
Definition at line 1222 of file combined_to_pxd_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 1150 of file combined_to_pxd_ckf_mva_training.py.
run | ( | self | ) |
Run method.
Definition at line 1188 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Use local resources.
Definition at line 1140 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Dictionary with experiment numbers as keys and background directory paths as values.
Definition at line 1135 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Transform dictionary keys (exp.
numbers) from strings to int
Definition at line 1137 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Number of events per task.
Used to split up the simulation tasks.
Definition at line 1122 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Number of events to generate for the test data set.
Definition at line 1116 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Number of events to generate for the training data set.
Definition at line 1110 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Number of basf2 processes to use in Basf2PathTasks.
Definition at line 1128 of file combined_to_pxd_ckf_mva_training.py.
|
static |
Output file name.
Definition at line 1142 of file combined_to_pxd_ckf_mva_training.py.