Belle II Software development
VXDQETeacherTask Class Reference
Inheritance diagram for VXDQETeacherTask:
TrackQETeacherBaseTask

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.
 

Detailed Description

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.

Member Data Documentation

◆ data_collection_task

VXDQEDataCollectionTask data_collection_task = VXDQEDataCollectionTask
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.

◆ random_seed

str random_seed = "train_vxd"
static

Random basf2 seed used to create the training data set.

Definition at line 1338 of file combined_quality_estimator_teacher.py.

◆ tree_name

str tree_name = "tree"
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.

◆ weightfile_identifier_basename

str weightfile_identifier_basename = "vxdtf2_mva_qe"
static

Name of the weightfile that is created.

Definition at line 1333 of file combined_quality_estimator_teacher.py.


The documentation for this class was generated from the following file: