![]() |
Belle II Software release-09-00-03
|
Public Member Functions | |
| def | harvesting_module (self, path=None) |
| def | create_argument_parser (self, **kwds) |
| def | pickle_crops (self, harvesting_module, crops, **kwds) |
| def | unpickle_crops (self) |
| def | postprocess (self) |
| def | adjust_path (self, path) |
Static Public Attributes | |
| None | output_file_name = None |
| Disable the writing of an output ROOT file. | |
| def adjust_path | ( | self, | |
| path | |||
| ) |
Add the harvester to the basf2 path
Reimplemented from EmptyRun.
Definition at line 66 of file run.py.
| def create_argument_parser | ( | self, | |
| ** | kwds | ||
| ) |
Parse the arguments and append them to the harvester's list
Reimplemented from PostProcessingRunMixin.
Reimplemented in ElossHarvestingRun, LegendreBinningValidationRun, SegmentFitValidationRun, and SegmentPairFitValidationRun.
Definition at line 26 of file run.py.
| def harvesting_module | ( | self, | |
path = None |
|||
| ) |
This virtual method must be overridden by the inheriting class
Reimplemented in ElossHarvestingRun, LegendreBinningValidationRun, SegmentFitValidationRun, and SegmentPairFitValidationRun.
Definition at line 22 of file run.py.
| def pickle_crops | ( | self, | |
| harvesting_module, | |||
| crops, | |||
| ** | kwds | ||
| ) |
| def postprocess | ( | self | ) |
Post-process the crops
Reimplemented from PostProcessingRunMixin.
Definition at line 51 of file run.py.
| def unpickle_crops | ( | self | ) |
|
static |
Disable the writing of an output ROOT file.
Reimplemented in ElossHarvestingRun, LegendreBinningValidationRun, SegmentFitValidationRun, and SegmentPairFitValidationRun.