![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| create_argument_parser (self, **kwds) | |
| create_path (self) | |
| name (self) | |
| configure_and_execute_from_commandline (self) | |
| execute (self) | |
| run (self, path) | |
| configure_from_commandline (self) | |
| configure (self, arguments) | |
| adjust_path (self, path) | |
Static Public Attributes | |
| str | flight_time_estimation = "" |
| Used option for the initial flight time estimation. | |
| n_loops = float("nan") | |
| Loop limit above which on wire hits are prepared for the track finder - Uses MC information. | |
| str | description = "Empty execution of basf2" |
| Description of the run setup to be displayed on command line. | |
Mixin part the
Definition at line 14 of file wirehit_preparation.py.
|
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 ) |
Configure the basf2 job script using the translated command-line arguments
Reimplemented from EmptyRun.
Definition at line 23 of file wirehit_preparation.py.
| 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 EmptyRun.
Definition at line 50 of file wirehit_preparation.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.
|
inherited |
Process the basf2 path
Reimplemented in PostProcessingRunMixin.
Definition at line 58 of file minimal.py.
|
staticinherited |
Description of the run setup to be displayed on command line.
Definition at line 33 of file minimal.py.
|
static |
Used option for the initial flight time estimation.
Definition at line 18 of file wirehit_preparation.py.
|
static |
Loop limit above which on wire hits are prepared for the track finder - Uses MC information.
Definition at line 21 of file wirehit_preparation.py.