Belle II Software development
FitValidation Class Reference
Inheritance diagram for FitValidation:
StandardEventGenerationRun ReadOrGenerateEventsRun MinimalRun EmptyRun

Public Member Functions

def create_path (self)
 

Detailed Description

Read generated events or generate new events, simulate, fit the tracks and validate

Definition at line 97 of file fitValidation.py.

Member Function Documentation

◆ create_path()

def create_path (   self)
Create and populate the basf2 path

Reimplemented from ReadOrGenerateEventsRun.

Definition at line 100 of file fitValidation.py.

100 def create_path(self):
101 """Create and populate the basf2 path"""
102
103 main_path = super().create_path()
104
105 main_path.add_module("TFCDC_WireHitPreparer")
106
107 main_path.add_module(modules.CDCMCFinder())
108
109 main_path.add_module(FitValidationModule(mc_track_cands_store_array_name="MCTrackCands",
110 legendre_track_cand_store_array_name="MCTrackCands",
111 output_file_name="fit_validation.root"))
112
113 return main_path
114
115

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