Belle II Software development
|
Public Member Functions | |
def | requires (self) |
def | output (self) |
def | process (self) |
def | on_failure (self, exception) |
Static Public Attributes | |
b2luigi | n_events_training = b2luigi.IntParameter() |
Number of events to generate for the training data set. | |
b2luigi | experiment_number = b2luigi.IntParameter() |
Experiment number of the conditions database, e.g. | |
b2luigi | process_type |
Define which kind of process shall be used. | |
b2luigi | cdc_training_target = b2luigi.Parameter() |
Feature/variable to use as truth label for the CDC track quality estimator. | |
b2luigi | fast_bdt_option |
Hyperparameter option of the FastBDT algorithm. | |
Protected Member Functions | |
def | _clean (self) |
Collect weightfile identifiers from different teacher tasks and merge them into a local database for testing.
Definition at line 2372 of file combined_quality_estimator_teacher.py.
|
protected |
Remove local database and tar archives in output directory
Definition at line 2469 of file combined_quality_estimator_teacher.py.
def on_failure | ( | self, | |
exception | |||
) |
Cleanup: Remove local database to prevent existing outputs when task did not finish successfully
Definition at line 2485 of file combined_quality_estimator_teacher.py.
def output | ( | self | ) |
Local database
Definition at line 2426 of file combined_quality_estimator_teacher.py.
def process | ( | self | ) |
Create local database
Definition at line 2432 of file combined_quality_estimator_teacher.py.
def requires | ( | self | ) |
Required teacher tasks
Definition at line 2398 of file combined_quality_estimator_teacher.py.
|
static |
Feature/variable to use as truth label for the CDC track quality estimator.
Definition at line 2390 of file combined_quality_estimator_teacher.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 2380 of file combined_quality_estimator_teacher.py.
|
static |
Hyperparameter option of the FastBDT algorithm.
default are the FastBDT default values.
Definition at line 2392 of file combined_quality_estimator_teacher.py.
|
static |
Number of events to generate for the training data set.
Definition at line 2378 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 2384 of file combined_quality_estimator_teacher.py.