Belle II Software development
|
Public Member Functions | |
def | add_tracking_with_quality_estimation (self, path) |
Static Public Attributes | |
str | validation_output_file_name = "vxd_qe_harvesting_validation.root" |
Name of the "harvested" ROOT output file with variables that can be used for validation. | |
str | reco_output_file_name = "vxd_qe_reconstruction.root" |
Name of the output of the RootOutput module with reconstructed events. | |
VXDQETeacherTask | teacher_task = VXDQETeacherTask |
Teacher task to require to provide a quality estimator weightfile for add_tracking_with_quality_estimation | |
Run VXDTF2 track reconstruction and write out (="harvest") a root file with variables useful for validation of the VXD Quality Estimator.
Definition at line 1545 of file combined_quality_estimator_teacher.py.
def add_tracking_with_quality_estimation | ( | self, | |
path | |||
) |
Add modules for VXDTF2 tracking with VXD quality estimator to basf2 path.
Reimplemented from HarvestingValidationBaseTask.
Definition at line 1558 of file combined_quality_estimator_teacher.py.
|
static |
Name of the output of the RootOutput module with reconstructed events.
Definition at line 1554 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 1556 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 1552 of file combined_quality_estimator_teacher.py.