![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, objType_list=[]) | |
initialize (self, checker_list=[]) | |
valid (self) | |
define_graphs (self) | |
fill_graphs (self) | |
draw_plots (self) | |
beginRun (self) | |
terminate (self) | |
Public Attributes | |
dict | condition_checkers = {} |
condition checkers which are associated to this calibration. | |
valid | |
Abstract base class for generating plots from calibrations which save multiple payloads.
Definition at line 34 of file calibration_checker.py.
__init__ | ( | self, | |
objType_list = [] ) |
Parameters: objType_list (list): a list of db objects used as keys to their checker. e.g., [Belle2.PXDMaskedPixelPar, Belle2.PXDDeadPixelPar]
Definition at line 39 of file calibration_checker.py.
beginRun | ( | self | ) |
function to be executed at the beginning of a run
Definition at line 95 of file calibration_checker.py.
define_graphs | ( | self | ) |
Define summary graphs
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 78 of file calibration_checker.py.
draw_plots | ( | self | ) |
Generate summary plots from TGraphs of all condition checkers
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 90 of file calibration_checker.py.
fill_graphs | ( | self | ) |
Method to fill TGraphs
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 84 of file calibration_checker.py.
initialize | ( | self, | |
checker_list = [] ) |
Initialize condition_checker according to condition objType Parameters: checker_list (list): list of objType checkers
Definition at line 50 of file calibration_checker.py.
terminate | ( | self | ) |
Execute when terminating a basf2 module. All required TGraphs should be ready at this stage.
Definition at line 102 of file calibration_checker.py.
valid | ( | self | ) |
valid flag
Definition at line 67 of file calibration_checker.py.
dict condition_checkers = {} |
condition checkers which are associated to this calibration.
Definition at line 46 of file calibration_checker.py.
valid |
Definition at line 61 of file calibration_checker.py.