Belle II Software
release-08-01-10
|
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 | |
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 | |
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 2350 of file combined_quality_estimator_teacher.py.
|
private |
Remove local database and tar archives in output directory
Definition at line 2445 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 2461 of file combined_quality_estimator_teacher.py.
def output | ( | self | ) |
Local database
Definition at line 2402 of file combined_quality_estimator_teacher.py.
def process | ( | self | ) |
Create local database
Definition at line 2408 of file combined_quality_estimator_teacher.py.
def requires | ( | self | ) |
Required teacher tasks
Definition at line 2374 of file combined_quality_estimator_teacher.py.
|
static |
Experiment number of the conditions database, e.g.
defines simulation geometry
Definition at line 2358 of file combined_quality_estimator_teacher.py.
|
static |
Hyperparameter option of the FastBDT algorithm.
default are the FastBDT default values.
Definition at line 2369 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 2362 of file combined_quality_estimator_teacher.py.