Belle II Software development
|
Public Member Functions | |
def | create_argument_parser (self, **kwds) |
def | create_path (self) |
Static Public Attributes | |
str | description = "Apply tracking to presimulated events or events generated on the fly." |
Description of the run setup to be displayed on command line. | |
None | finder_module = None |
Name of the finder module to be used - can be everything that is accepted by tracking.run.utilities.extend_path. | |
dict | tracking_coverage |
States which detectors the finder module covers like as a dictionary like. | |
bool | fit_tracks = False |
By default, do not add the track fitting to the execution. | |
bool | mc_tracking = True |
By default, do MC track finding and track matching. | |
Apply tracking to presimulated events or events generated on the fly
Definition at line 25 of file tracked_event_generation.py.
def create_argument_parser | ( | self, | |
** | kwds | ||
) |
Convert command-line arguments to basf2 argument list
Reimplemented from ReadOrGenerateEventsRun.
Reimplemented in TrackingValidationRun, and CDCDisplayRun.
Definition at line 52 of file tracked_event_generation.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.
Reimplemented in TrackingValidationRun, and CDCDisplayRun.
Definition at line 76 of file tracked_event_generation.py.
|
static |
Description of the run setup to be displayed on command line.
Definition at line 29 of file tracked_event_generation.py.
|
static |
Name of the finder module to be used - can be everything that is accepted by tracking.run.utilities.extend_path.
Reimplemented in CDCLegendre, CDCLegendre, CombinedSVDTrackingValidation, CombinedSVDTrackingValidationBkg, fullTrackingValidation_plusECL, SVDHoughTrackingValidation, SVDHoughTrackingValidationBkg, toCDCCKFValidationBkg, toCDCfromEclCKF, toCDCfromEclCKF, Full, StandardReconstructionEventsRun, CDCAutomaton, CDCAutomaton, CDCCombined, CDCCombined, CDCCR, CDCFull, CDCFull, CosmicsAxialHough, and CosmicsHough.
Definition at line 32 of file tracked_event_generation.py.
|
static |
By default, do not add the track fitting to the execution.
Definition at line 47 of file tracked_event_generation.py.
|
static |
By default, do MC track finding and track matching.
Definition at line 50 of file tracked_event_generation.py.
|
static |
States which detectors the finder module covers like as a dictionary like.
Definition at line 35 of file tracked_event_generation.py.