Belle II Software development
|
Public Member Functions | |
def | create_argument_parser (self, **kwds) |
def | postprocess (self) |
Static Public Attributes | |
None | output_file_name = None |
There is no default for the name of the output TFile. | |
bool | show_results = False |
By default, do not show the browsing results. | |
def create_argument_parser | ( | self, | |
** | kwds | ||
) |
Parse the command-line TFile-browsing arguments
Reimplemented from PostProcessingRunMixin.
Reimplemented in HarvestingRunMixin, TrackingValidationRun, TrainingRunMixin, ClusterFilterValidationRun, ElossHarvestingRun, LegendreBinningValidationRun, SegmentFitValidationRun, SegmentPairCreationValidationRun, and SegmentPairFitValidationRun.
Definition at line 64 of file mixins.py.
def postprocess | ( | self | ) |
Browse the TFile interactively
Reimplemented from PostProcessingRunMixin.
Reimplemented in HarvestingRunMixin, and TrainingRunMixin.
Definition at line 84 of file mixins.py.
|
static |
There is no default for the name of the output TFile.
Reimplemented in ElossHarvestingRun, LegendreBinningValidationRun, SegmentFitValidationRun, and SegmentPairFitValidationRun.
|
static |