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

Public Member Functions

def output (self)
 
def requires (self)
 
def create_result_recording_path (self, result_filter_records_name)
 
def create_path (self)
 

Static Public Attributes

 experiment_number = b2luigi.IntParameter()
 Experiment number of the conditions database, e.g. More...
 
 n_events_training = b2luigi.IntParameter()
 Number of events to generate.
 
 random_seed = b2luigi.Parameter()
 Random basf2 seed. More...
 
 result_filter_records_name = b2luigi.Parameter()
 Name of the records file for training the final result filter.
 

Detailed Description

Task to record data for the final result filter. This only requires found and MC-matched SVD and CDC tracks that need to be
merged, all state filters are set to "all"

Definition at line 328 of file cdc_and_svd_ckf_merger_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 428 of file cdc_and_svd_ckf_merger_mva_training.py.

◆ create_result_recording_path()

def create_result_recording_path (   self,
  result_filter_records_name 
)
Create a path for the recording of the result filter. This file is then used to train the result filter.

:param result_filter_records_name: Name of the recording file.

Definition at line 363 of file cdc_and_svd_ckf_merger_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 345 of file cdc_and_svd_ckf_merger_mva_training.py.

◆ requires()

def requires (   self)
This task requires that the training SplitMergeSimTask is finished.

Definition at line 352 of file cdc_and_svd_ckf_merger_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 335 of file cdc_and_svd_ckf_merger_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 340 of file cdc_and_svd_ckf_merger_mva_training.py.


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