Belle II Software development
|
Public Member Functions | |
def | create_argument_parser (self, **kwds) |
def | create_path (self) |
Static Public Attributes | |
basf2 | segment_finder_module = basf2.register_module("TFCDC_SegmentCreatorMCTruth") |
Use the SegmentFinderFacetAutomaton for track-segment creation with MC truth-matching. | |
basf2 | segment_pair_finder_module = basf2.register_module("TFCDC_TrackFinderSegmentPairAutomaton") |
use the TrackFinderSegmentPairAutomaton for track-segment finding | |
bool | py_profile = True |
post-process with profiling validation | |
str | output_file_name = "SegmentPairCreationValidation.root" |
specify the output ROOT file | |
Generate, postprocess and inspect MC events for track segment-pair validation
Definition at line 36 of file segmentPairCreationValidation.py.
def create_argument_parser | ( | self, | |
** | kwds | ||
) |
Convert command-line arguments to basf2 argument list
Reimplemented from BrowseTFileOnTerminateRunMixin.
Definition at line 55 of file segmentPairCreationValidation.py.
def create_path | ( | self | ) |
Sets up a path that plays back pregenerated events or generates events based on the properties in the base class.
Reimplemented from ReadOrGenerateEventsRun.
Definition at line 60 of file segmentPairCreationValidation.py.
|
static |
specify the output ROOT file
Definition at line 53 of file segmentPairCreationValidation.py.
|
static |
post-process with profiling validation
Definition at line 51 of file segmentPairCreationValidation.py.
|
static |
Use the SegmentFinderFacetAutomaton for track-segment creation with MC truth-matching.
Definition at line 39 of file segmentPairCreationValidation.py.
|
static |
use the TrackFinderSegmentPairAutomaton for track-segment finding
Definition at line 43 of file segmentPairCreationValidation.py.