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

Static Public Attributes

str weightfile_identifier_basename = "cdc_mva_qe"
 Name of the weightfile that is created.
 
str tree_name = "records"
 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_cdc"
 Random basf2 seed used to create the training data set.
 
CDCQEDataCollectionTask data_collection_task = CDCQEDataCollectionTask
 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 CDC track quality estimator

Definition at line 1344 of file combined_quality_estimator_teacher.py.

Member Data Documentation

◆ data_collection_task

CDCQEDataCollectionTask data_collection_task = CDCQEDataCollectionTask
static

Defines DataCollectionTask to require by the base class to collect features for the MVA training.

Definition at line 1357 of file combined_quality_estimator_teacher.py.

◆ random_seed

str random_seed = "train_cdc"
static

Random basf2 seed used to create the training data set.

Definition at line 1354 of file combined_quality_estimator_teacher.py.

◆ tree_name

str tree_name = "records"
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 1352 of file combined_quality_estimator_teacher.py.

◆ weightfile_identifier_basename

str weightfile_identifier_basename = "cdc_mva_qe"
static

Name of the weightfile that is created.

Definition at line 1349 of file combined_quality_estimator_teacher.py.


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