Belle II Software  release-08-01-10
StateRecordingTask Class Reference
Inheritance diagram for StateRecordingTask:
Collaboration diagram for StateRecordingTask:

Public Member Functions

def output (self)
 
def requires (self)
 
def create_state_recording_path (self, layer, records1_fname, records2_fname, records3_fname)
 
def create_path (self)
 

Static Public Attributes

 experiment_number = b2luigi.IntParameter()
 Experiment number of the conditions database, e.g. More...
 
 random_seed = b2luigi.Parameter()
 Random basf2 seed. More...
 
 n_events = b2luigi.IntParameter()
 Number of events to generate for training.
 
 layer = b2luigi.IntParameter()
 Layer on which to toggle for recording the information for training.
 

Detailed Description

Record the data for the three state filters for the CDCToSVDSpacePointCKF.

This task requires that the events used for training have been simulated before, which is done using the
``SplitMergeSimTask``.

Definition at line 341 of file combined_cdc_to_svd_ckf_mva_training.py.

Member Function Documentation

◆ create_path()

def create_path (   self)
Create basf2 path to process with event generation and simulation.

Definition at line 459 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ create_state_recording_path()

def create_state_recording_path (   self,
  layer,
  records1_fname,
  records2_fname,
  records3_fname 
)
Create a path for the recording. To record the data for the SVD state filters, CDC tracks are required, and these must
be truth matched before. The data have to recorded for each layer of the SVD, i.e. layers 3 to 6, but also an artificial
layer 7.

:param layer: The layer for which the data are recorded.
:param records1_fname: Name of the records1 file.
:param records2_fname: Name of the records2 file.
:param records3_fname: Name of the records3 file.

Definition at line 378 of file combined_cdc_to_svd_ckf_mva_training.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 359 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ requires()

def requires (   self)
This task only requires that the input files have been created.

Definition at line 367 of file combined_cdc_to_svd_ckf_mva_training.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 349 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ random_seed

random_seed = b2luigi.Parameter()
static

Random basf2 seed.

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

Definition at line 352 of file combined_cdc_to_svd_ckf_mva_training.py.


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