Belle II Software development
|
Public Member Functions | |
def | requires (self) |
def | add_tracking_with_quality_estimation (self, path) |
Static Public Attributes | |
b2luigi | cdc_training_target = b2luigi.Parameter() |
Feature/variable to use as truth label for the CDC track quality estimator. | |
str | validation_output_file_name = "reco_qe_harvesting_validation.root" |
Name of the "harvested" ROOT output file with variables that can be used for validation. | |
str | reco_output_file_name = "reco_qe_reconstruction.root" |
Name of the output of the RootOutput module with reconstructed events. | |
RecoTrackQETeacherTask | teacher_task = RecoTrackQETeacherTask |
Teacher task to require to provide a quality estimator weightfile for add_tracking_with_quality_estimation | |
Run track reconstruction and write out (="harvest") a root file with variables useful for validation of the MVA track Quality Estimator.
Definition at line 1648 of file combined_quality_estimator_teacher.py.
def add_tracking_with_quality_estimation | ( | self, | |
path | |||
) |
Add modules for reco tracking with all track quality estimators to basf2 path.
Reimplemented from HarvestingValidationBaseTask.
Definition at line 1706 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 1662 of file combined_quality_estimator_teacher.py.
|
static |
Feature/variable to use as truth label for the CDC track quality estimator.
Definition at line 1654 of file combined_quality_estimator_teacher.py.
|
static |
Name of the output of the RootOutput module with reconstructed events.
Definition at line 1658 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 1660 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 1656 of file combined_quality_estimator_teacher.py.