![]() |
Belle II Software development
|
Public Member Functions | |
create_argument_parser (self, **kwds) | |
run (self, path) | |
postprocess (self) | |
name (self) | |
configure_and_execute_from_commandline (self) | |
execute (self) | |
configure_from_commandline (self) | |
configure (self, arguments) | |
create_path (self) | |
adjust_path (self, path) | |
Static Public Attributes | |
bool | postprocess_only = False |
By default, browse the output TFile too. | |
str | description = "Empty execution of basf2" |
Description of the run setup to be displayed on command line. | |
|
inherited |
Hook that gives the opportunity to check the path for consistency before processing it
Reimplemented in VXDTF2TrackingValidation, and VXDTF2TrackingValidationBkg.
Definition at line 94 of file minimal.py.
|
inherited |
Save the command-line arguments as key-value pairs
Reimplemented in ReadOrGenerateEventsRun.
Definition at line 73 of file minimal.py.
|
inherited |
Configure basf2 job script from command-line arguments then run it
Definition at line 45 of file minimal.py.
|
inherited |
Convert the command-line arguments to a basf2 job script
Definition at line 67 of file minimal.py.
create_argument_parser | ( | self, | |
** | kwds ) |
Parse the command-line post-processing arguments
Reimplemented from EmptyRun.
Reimplemented in ClusterFilterValidationRun, SegmentPairCreationValidationRun, BrowseTFileOnTerminateRunMixin, and TrackingValidationRun.
Definition at line 31 of file mixins.py.
|
inherited |
Create a new basf2 path
Reimplemented in ClusterFilterValidationRun, FitValidation, SegmentQuadTreeRun, SegmentPairCreationValidationRun, ReadOrGenerateEventsRun, MinimalRun, RootOutputRunMixin, ReadOrGenerateTrackedEventsRun, TrackingValidationRun, BackgroundClusterFilterTrainingRun, FacetFilterTrainingRun, FacetRelationFilterTrainingRun, FeasibleAxialSegmentPairFilterTrainingRun, FeasibleSegmentPairFilterTrainingRun, FeasibleSegmentRelationFilterTrainingRun, FeasibleTrackRelationFilterTrainingRun, RealisticAxialSegmentPairFilterTrainingRun, RealisticSegmentPairFilterTrainingRun, RealisticSegmentPairRelationFilterTrainingRun, RealisticSegmentRelationFilterTrainingRun, RealisticTrackRelationFilterTrainingRun, SegmentTrackFilterTrainingRun, TrackFilterTrainingRun, and WireHitPreparerRunMixin.
Definition at line 89 of file minimal.py.
|
inherited |
Create the basf2 path then run the job
Reimplemented in ReadOrGenerateEventsRun.
Definition at line 50 of file minimal.py.
|
inherited |
provide name of this object
Definition at line 41 of file minimal.py.
postprocess | ( | self | ) |
By default, do nothing. (may be overridden)
Reimplemented in BrowseTFileOnTerminateRunMixin.
Definition at line 52 of file mixins.py.
run | ( | self, | |
path ) |
|
staticinherited |
Description of the run setup to be displayed on command line.
Definition at line 33 of file minimal.py.
|
static |