Belle II Software development
|
Public Member Functions | |
def | __init__ (self, name, tfile, rundir="") |
def | define_graphs (self) |
def | get_db_content (self) |
def | get_graph_value (self, sensor_db_content) |
def | draw_plots (self, canvas=None, **kwargs) |
Checker for PXDOccupancyInfoPar
Definition at line 273 of file condition_checker.py.
def __init__ | ( | self, | |
name, | |||
tfile, | |||
rundir = "" |
|||
) |
Reimplemented from ConditionCheckerBase.
Definition at line 278 of file condition_checker.py.
def define_graphs | ( | self | ) |
Method to define TGraph
Reimplemented from ConditionCheckerBase.
Definition at line 283 of file condition_checker.py.
def draw_plots | ( | self, | |
canvas = None , |
|||
** | kwargs | ||
) |
Method to draw plots on a TCanvas
Reimplemented from ConditionCheckerBase.
Definition at line 302 of file condition_checker.py.
def get_db_content | ( | self | ) |
Abstract method to get content of a payload Should return a Dictionary with sensorID.getID() as key and relaated calibration results as value
Reimplemented from ConditionCheckerBase.
Definition at line 289 of file condition_checker.py.
def get_graph_value | ( | self, | |
sensor_db_content | |||
) |
Abstract method to get a value for each TGraph Parameters: sensor_db_content (Any): Calibration results of a module
Reimplemented from ConditionCheckerBase.
Definition at line 299 of file condition_checker.py.