![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | requires (self) |
Static Public Attributes | |
| b2luigi | recotrack_option |
| RecoTrack option, use string that is additive: deleteCDCQI0XY (= deletes CDCTracks with CDC-QI below 0.XY), useCDC (= uses trained CDC stored in datafiles/), useVXD (uses trained VXD stored in datafiles/), noVXD (= doesn't use the VXD MVA at all) | |
| str | weightfile_identifier_basename = "recotrack_mva_qe" |
| Name of the weightfile that is created. | |
| str | tree_name = "tree" |
Name of the TTree in the ROOT file from the data_collection_task that contains the training data for the MVA teacher. | |
| str | random_seed = "train_rec" |
| Random basf2 seed used to create the training data set. | |
| RecoTrackQEDataCollectionTask | data_collection_task = RecoTrackQEDataCollectionTask |
| Defines DataCollectionTask to require by the base class to collect features for the MVA training. | |
| b2luigi | cdc_training_target = b2luigi.Parameter() |
| Feature/variable to use as truth label for the CDC track quality estimator. | |
Task to run basf2 mva teacher on collected data for the final, combined track quality estimator
Definition at line 1360 of file combined_quality_estimator_teacher.py.
| def requires | ( | self | ) |
Generate list of luigi Tasks that this Task depends on.
Reimplemented from TrackQETeacherBaseTask.
Definition at line 1387 of file combined_quality_estimator_teacher.py.
|
static |
Feature/variable to use as truth label for the CDC track quality estimator.
Definition at line 1385 of file combined_quality_estimator_teacher.py.
|
static |
Defines DataCollectionTask to require by the base class to collect features for the MVA training.
Definition at line 1383 of file combined_quality_estimator_teacher.py.
|
static |
Random basf2 seed used to create the training data set.
Definition at line 1380 of file combined_quality_estimator_teacher.py.
|
static |
RecoTrack option, use string that is additive: deleteCDCQI0XY (= deletes CDCTracks with CDC-QI below 0.XY), useCDC (= uses trained CDC stored in datafiles/), useVXD (uses trained VXD stored in datafiles/), noVXD (= doesn't use the VXD MVA at all)
Definition at line 1368 of file combined_quality_estimator_teacher.py.
|
static |
Name of the TTree in the ROOT file from the data_collection_task that contains the training data for the MVA teacher.
Definition at line 1378 of file combined_quality_estimator_teacher.py.
|
static |
Name of the weightfile that is created.
Definition at line 1375 of file combined_quality_estimator_teacher.py.