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

Public Member Functions

def harvesting_validation_task_instance (self)
 

Detailed Description

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

Definition at line 2294 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 VXD QE validation plots.

Reimplemented from PlotsFromHarvestingValidationBaseTask.

Definition at line 2302 of file combined_quality_estimator_teacher.py.

2302 def harvesting_validation_task_instance(self):
2303 """
2304 Harvesting validation task to require, which produces the ROOT files
2305 with variables to produce the VXD QE validation plots.
2306 """
2307 return VXDQEHarvestingValidationTask(
2308 n_events_testing=self.n_events_testing,
2309 n_events_training=self.n_events_training,
2310 process_type=self.process_type,
2311 experiment_number=self.experiment_number,
2312 exclude_variables=self.exclude_variables,
2313 num_processes=MasterTask.num_processes,
2314 fast_bdt_option=self.fast_bdt_option,
2315 )
2316
2317

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