![]() |
Belle II Software
release-05-01-25
|
Public Member Functions | |
def | requires (self) |
def | output (self) |
def | process (self) |
def | on_failure (self, exception) |
Static Public Attributes | |
n_events_training = b2luigi.IntParameter() | |
Number of events to generate for the training data set. | |
experiment_number = b2luigi.IntParameter() | |
Experiment number of the conditions database, e.g. More... | |
process_type = b2luigi.Parameter(default="BBBAR") | |
Define which kind of process shall be used. More... | |
cdc_training_target = b2luigi.Parameter() | |
Feature/vaiable to use as truth label for the CDC track quality estimator. | |
fast_bdt_option = b2luigi.ListParameter(hashed=True, default=[200, 8, 3, 0.1]) | |
Hyperparameter option of the FastBDT algorithm. More... | |
Private Member Functions | |
def | _clean (self) |
Collect weightfile identifiers from different teacher tasks and merge them into a local database for testing.
Definition at line 2155 of file combined_quality_estimator_teacher.py.
|
private |
Remove local database and tar archives in output directory
Definition at line 2244 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 2260 of file combined_quality_estimator_teacher.py.
def output | ( | self | ) |
Local database
Definition at line 2201 of file combined_quality_estimator_teacher.py.
def process | ( | self | ) |
Create local database
Definition at line 2207 of file combined_quality_estimator_teacher.py.
def requires | ( | self | ) |
Required teacher tasks
Definition at line 2173 of file combined_quality_estimator_teacher.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 2163 of file combined_quality_estimator_teacher.py.
|
static |
Hyperparameter option of the FastBDT algorithm.
default are the FastBDT default values.
Definition at line 2171 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 2167 of file combined_quality_estimator_teacher.py.