Belle II Software development
|
Static Public Attributes | |
str | weightfile_identifier_basename = "vxdtf2_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_vxd" |
Random basf2 seed used to create the training data set. | |
VXDQEDataCollectionTask | data_collection_task = VXDQEDataCollectionTask |
Defines DataCollectionTask to require by the base class to collect features for the MVA training. | |
Task to run basf2 mva teacher on collected data for VXDTF2 track quality estimator
Definition at line 1328 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 1341 of file combined_quality_estimator_teacher.py.
|
static |
Random basf2 seed used to create the training data set.
Definition at line 1338 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 1336 of file combined_quality_estimator_teacher.py.
|
static |
Name of the weightfile that is created.
Definition at line 1333 of file combined_quality_estimator_teacher.py.