![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | output_file_name (self) |
| def | harvesting_module (self, path=None) |
| def | create_argument_parser (self, **kwds) |
| def | create_path (self) |
Static Public Attributes | |
| int | n_events = 10000 |
| number of events to generate | |
| str | generator_module = "eloss_gun" |
| use the eloss_gun particle generator | |
| str | detector_setup = "TrackingDetectorConstB" |
| use the tracking-detector subset with constant magnetic field for the geometry | |
Harvester to generate, postprocess and inspect MC events for energy-loss evaluation
| def create_argument_parser | ( | self, | |
| ** | kwds | ||
| ) |
Convert command-line arguments to basf2 argument list
Reimplemented from HarvestingRunMixin.
Definition at line 120 of file record.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 125 of file record.py.
| def harvesting_module | ( | self, | |
path = None |
|||
| ) |
Harvest and post-process the generated events
Reimplemented from HarvestingRunMixin.
Definition at line 113 of file record.py.
| def output_file_name | ( | self | ) |
Get the output ROOT filename
Reimplemented from HarvestingRunMixin.
Definition at line 109 of file record.py.
|
static |
|
static |