Belle II Software development
|
Public Member Functions | |
def | requires (self) |
def | add_tracking_with_quality_estimation (self, path) |
Static Public Attributes | |
b2luigi | training_target = b2luigi.Parameter() |
Feature/variable to use as truth label in the quality estimator MVA classifier. | |
str | validation_output_file_name = "cdc_qe_harvesting_validation.root" |
Name of the "harvested" ROOT output file with variables that can be used for validation. | |
str | reco_output_file_name = "cdc_qe_reconstruction.root" |
Name of the output of the RootOutput module with reconstructed events. | |
CDCQETeacherTask | teacher_task = CDCQETeacherTask |
Teacher task to require to provide a quality estimator weightfile for add_tracking_with_quality_estimation | |
Run CDC reconstruction and write out (="harvest") a root file with variables useful for validation of the CDC Quality Estimator.
Definition at line 1581 of file combined_quality_estimator_teacher.py.
def add_tracking_with_quality_estimation | ( | self, | |
path | |||
) |
Add modules for CDC standalone tracking with CDC quality estimator to basf2 path.
Reimplemented from HarvestingValidationBaseTask.
Definition at line 1624 of file combined_quality_estimator_teacher.py.
def requires | ( | self | ) |
Generate list of luigi Tasks that this Task depends on.
Reimplemented from HarvestingValidationBaseTask.
Definition at line 1596 of file combined_quality_estimator_teacher.py.
|
static |
Name of the output of the RootOutput module with reconstructed events.
Definition at line 1591 of file combined_quality_estimator_teacher.py.
|
static |
Teacher task to require to provide a quality estimator weightfile for add_tracking_with_quality_estimation
Definition at line 1593 of file combined_quality_estimator_teacher.py.
|
static |
Feature/variable to use as truth label in the quality estimator MVA classifier.
Definition at line 1587 of file combined_quality_estimator_teacher.py.
|
static |
Name of the "harvested" ROOT output file with variables that can be used for validation.
Definition at line 1589 of file combined_quality_estimator_teacher.py.