Belle II Software development
|
Public Member Functions | |
def | __init__ (self, objType_list=[]) |
def | initialize (self, checker_list=[]) |
def | valid (self) |
def | define_graphs (self) |
def | fill_graphs (self) |
def | draw_plots (self) |
def | beginRun (self) |
def | terminate (self) |
Public Attributes | |
condition_checkers | |
condition checkers which are assoicated to this calibration. | |
Abstract base class for generating plots from calibrations which save multiple payloads.
Definition at line 34 of file calibration_checker.py.
def __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]
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 39 of file calibration_checker.py.
def beginRun | ( | self | ) |
function to be executed at the beginning of a run
Definition at line 95 of file calibration_checker.py.
def define_graphs | ( | self | ) |
Define summary graphs
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 78 of file calibration_checker.py.
def draw_plots | ( | self | ) |
Generate summary plots from TGraphs of all condition checkers
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 90 of file calibration_checker.py.
def fill_graphs | ( | self | ) |
Method to fill TGraphs
Reimplemented in PXDHotPixelMaskCalibrationChecker.
Definition at line 84 of file calibration_checker.py.
def 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.
def 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.
def valid | ( | self | ) |
valid flag
Definition at line 67 of file calibration_checker.py.
condition_checkers |
condition checkers which are assoicated to this calibration.
Definition at line 46 of file calibration_checker.py.