Belle II Software  release-05-01-25
VXDQEDataCollectionTask Class Reference
Inheritance diagram for VXDQEDataCollectionTask:
Collaboration diagram for VXDQEDataCollectionTask:

Public Member Functions

def get_records_file_name (self, n_events=None, random_seed=None)
 Filename of the recorded/collected data for the final QE MVA training.
 
def get_input_files (self, n_events=None, random_seed=None)
 
def requires (self)
 
def output (self)
 
def create_path (self)
 

Static Public Attributes

 n_events = b2luigi.IntParameter()
 Number of events to generate.
 
 experiment_number = b2luigi.IntParameter()
 Experiment number of the conditions database, e.g. More...
 
 random_seed = b2luigi.Parameter()
 Random basf2 seed used by the GenerateSimTask. More...
 
string queue = 'l'
 

Detailed Description

Collect variables/features from VXDTF2 tracking and write them to a ROOT
file.

These variables are to be used as labelled training data for the MVA
classifier which is the VXD track quality estimator

Definition at line 557 of file combined_quality_estimator_teacher.py.

Member Function Documentation

◆ create_path()

def create_path (   self)
Create basf2 path with VXDTF2 tracking and VXD QE data collection.

Definition at line 633 of file combined_quality_estimator_teacher.py.

◆ output()

def output (   self)
Generate list of output files that the task should produce.
The task is considered finished if and only if the outputs all exist.

Definition at line 626 of file combined_quality_estimator_teacher.py.

◆ requires()

def requires (   self)
Generate list of luigi Tasks that this Task depends on.

Definition at line 609 of file combined_quality_estimator_teacher.py.

Member Data Documentation

◆ experiment_number

experiment_number = b2luigi.IntParameter()
static

Experiment number of the conditions database, e.g.

defines simulation geometry

Definition at line 568 of file combined_quality_estimator_teacher.py.

◆ random_seed

random_seed = b2luigi.Parameter()
static

Random basf2 seed used by the GenerateSimTask.

It is further used to read of the production process to preserve clearness in the b2luigi output.

Definition at line 571 of file combined_quality_estimator_teacher.py.


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