Belle II Software development
|
Public Member Functions | |
def | requires (self) |
Static Public Attributes | |
b2luigi | process_type |
Define which kind of process shall be used. | |
b2luigi | n_events_training |
Number of events to generate for the training data set. | |
b2luigi | n_events_testing |
Number of events to generate for the test data set. | |
b2luigi | n_events_per_task |
Number of events per task. | |
b2luigi | num_processes |
Number of basf2 processes to use in Basf2PathTasks. | |
b2luigi | datafiles = b2luigi.get_setting("datafiles") |
list of raw-datafiles to be used in the case of processing data. | |
b2luigi | 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. | |
list | exclude_variables_cdc |
list of variables to exclude for the cdc mva. | |
list | exclude_variables_vxd |
list of variables to exclude for the vxd mva: | |
list | exclude_variables_rec |
list of variables to exclude for the recotrack mva: | |
Wrapper task that needs to finish for b2luigi to finish running this steering file. It is done if the outputs of all required subtasks exist. It is thus at the top of the luigi task graph. Edit the ``requires`` method to steer which tasks and with which parameters you want to run.
Definition at line 2494 of file combined_quality_estimator_teacher.py.
def requires | ( | self | ) |
Generate list of tasks that needs to be done for luigi to finish running this steering file.
Definition at line 2668 of file combined_quality_estimator_teacher.py.
|
static |
Dictionary with experiment numbers as keys and background directory paths as values.
Definition at line 2537 of file combined_quality_estimator_teacher.py.
|
static |
Transform dictionary keys (exp.
numbers) from strings to int
Definition at line 2539 of file combined_quality_estimator_teacher.py.
|
static |
list of raw-datafiles to be used in the case of processing data.
Definition at line 2535 of file combined_quality_estimator_teacher.py.
|
static |
list of variables to exclude for the cdc mva.
Definition at line 2541 of file combined_quality_estimator_teacher.py.
|
static |
list of variables to exclude for the recotrack mva:
Definition at line 2591 of file combined_quality_estimator_teacher.py.
|
static |
list of variables to exclude for the vxd mva:
Definition at line 2585 of file combined_quality_estimator_teacher.py.
|
static |
Number of events per task.
Used to split up the simulation tasks.
Definition at line 2523 of file combined_quality_estimator_teacher.py.
|
static |
Number of events to generate for the test data set.
Definition at line 2517 of file combined_quality_estimator_teacher.py.
|
static |
Number of events to generate for the training data set.
Definition at line 2511 of file combined_quality_estimator_teacher.py.
|
static |
Number of basf2 processes to use in Basf2PathTasks.
Definition at line 2529 of file combined_quality_estimator_teacher.py.
|
static |
Define which kind of process shall be used.
Decide between simulating BBBAR or BHABHA, MUMU, YY, DDBAR, UUBAR, SSBAR, CCBAR, reconstructing DATA or already simulated files (USESIMBB/EE) or running on existing reconstructed files (USERECBB/EE)
Definition at line 2505 of file combined_quality_estimator_teacher.py.