![]() |
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 747 of file cdc_and_svd_ckf_merger_mva_training.py.
output | ( | self | ) |
Output method.
Definition at line 787 of file cdc_and_svd_ckf_merger_mva_training.py.
remove_output | ( | self | ) |
Default function from base b2luigi.Task class.
Definition at line 856 of file cdc_and_svd_ckf_merger_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 793 of file cdc_and_svd_ckf_merger_mva_training.py.
run | ( | self | ) |
Run method.
Definition at line 822 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Use local resources.
Definition at line 783 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Dictionary with experiment numbers as keys and background directory paths as values.
Definition at line 778 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Transform dictionary keys (exp.
numbers) from strings to int
Definition at line 780 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Number of events per task.
Used to split up the simulation tasks.
Definition at line 765 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Number of events to generate for the test data set.
Definition at line 759 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Number of events to generate for the training data set.
Definition at line 753 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Number of basf2 processes to use in Basf2PathTasks.
Definition at line 771 of file cdc_and_svd_ckf_merger_mva_training.py.
|
static |
Output file name.
Definition at line 785 of file cdc_and_svd_ckf_merger_mva_training.py.