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

Public Member Functions

def harvesting_validation_task_instance (self)
 

Static Public Attributes

b2luigi cdc_training_target = b2luigi.Parameter()
 Feature/variable to use as truth label for the CDC track quality estimator.
 

Detailed Description

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

Definition at line 2345 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 final MVA track QE validation plots.

Reimplemented from PlotsFromHarvestingValidationBaseTask.

Definition at line 2355 of file combined_quality_estimator_teacher.py.

2355 def harvesting_validation_task_instance(self):
2356 """
2357 Harvesting validation task to require, which produces the ROOT files
2358 with variables to produce the final MVA track QE validation plots.
2359 """
2360 return RecoTrackQEHarvestingValidationTask(
2361 n_events_testing=self.n_events_testing,
2362 n_events_training=self.n_events_training,
2363 process_type=self.process_type,
2364 experiment_number=self.experiment_number,
2365 cdc_training_target=self.cdc_training_target,
2366 exclude_variables=self.exclude_variables,
2367 num_processes=MasterTask.num_processes,
2368 fast_bdt_option=self.fast_bdt_option,
2369 )
2370
2371

Member Data Documentation

◆ cdc_training_target

b2luigi cdc_training_target = b2luigi.Parameter()
static

Feature/variable to use as truth label for the CDC track quality estimator.

Definition at line 2352 of file combined_quality_estimator_teacher.py.


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