Belle II Software development
|
Public Member Functions | |
def | requires (self) |
Static Public Attributes | |
RecoTrackQETeacherTask | teacher_task = RecoTrackQETeacherTask |
Task that is required by the evaluation base class to create the MVA weightfile that needs to be evaluated. | |
RecoTrackQEDataCollectionTask | data_collection_task = RecoTrackQEDataCollectionTask |
Task that is required by the evaluation base class to collect the test data for the evaluation. | |
str | task_acronym = 'rec' |
Acronym that is required by the evaluation base class to find the correct collection task file. | |
b2luigi | cdc_training_target = b2luigi.Parameter() |
Feature/variable to use as truth label for the CDC track quality estimator. | |
Run ``basf2_mva_evaluate.py`` for the final, combined quality estimator on separate test data
Definition at line 1967 of file combined_quality_estimator_teacher.py.
def requires | ( | self | ) |
Generate list of luigi Tasks that this Task depends on.
Reimplemented from TrackQEEvaluationBaseTask.
Definition at line 1984 of file combined_quality_estimator_teacher.py.
|
static |
Feature/variable to use as truth label for the CDC track quality estimator.
Definition at line 1982 of file combined_quality_estimator_teacher.py.
|
static |
Task that is required by the evaluation base class to collect the test data for the evaluation.
Definition at line 1977 of file combined_quality_estimator_teacher.py.
|
static |
Acronym that is required by the evaluation base class to find the correct collection task file.
Definition at line 1980 of file combined_quality_estimator_teacher.py.
|
static |
Task that is required by the evaluation base class to create the MVA weightfile that needs to be evaluated.
Definition at line 1974 of file combined_quality_estimator_teacher.py.