Belle II Software development
CDCQEValidationPlotsTask Class Reference
Inheritance diagram for CDCQEValidationPlotsTask:
PlotsFromHarvestingValidationBaseTask

Public Member Functions

def harvesting_validation_task_instance (self)
 

Static Public Attributes

b2luigi training_target = b2luigi.Parameter()
 Feature/variable to use as truth label in the quality estimator MVA classifier.
 

Detailed Description

Create a PDF file with validation plots for the CDC track quality estimator
produced from the ROOT ntuples produced by a CDC track QE harvesting
validation task

Definition at line 2318 of file combined_quality_estimator_teacher.py.

Member Function Documentation

◆ harvesting_validation_task_instance()

def harvesting_validation_task_instance (   self)
Harvesting validation task to require, which produces the ROOT files
with variables to produce the CDC QE validation plots.

Reimplemented from PlotsFromHarvestingValidationBaseTask.

Definition at line 2328 of file combined_quality_estimator_teacher.py.

2328 def harvesting_validation_task_instance(self):
2329 """
2330 Harvesting validation task to require, which produces the ROOT files
2331 with variables to produce the CDC QE validation plots.
2332 """
2333 return CDCQEHarvestingValidationTask(
2334 n_events_testing=self.n_events_testing,
2335 n_events_training=self.n_events_training,
2336 process_type=self.process_type,
2337 experiment_number=self.experiment_number,
2338 training_target=self.training_target,
2339 exclude_variables=self.exclude_variables,
2340 num_processes=MasterTask.num_processes,
2341 fast_bdt_option=self.fast_bdt_option,
2342 )
2343
2344

Member Data Documentation

◆ training_target

b2luigi training_target = b2luigi.Parameter()
static

Feature/variable to use as truth label in the quality estimator MVA classifier.

Definition at line 2325 of file combined_quality_estimator_teacher.py.


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