![]() |
Belle II Software
release-06-02-00
|
Public Member Functions | |
| def | __init__ (self) |
| def | define_graphs (self) |
| def | fill_graphs (self) |
| def | draw_plots (self) |
| def | initialize (self, checker_list=[]) |
| def | valid (self) |
| def | beginRun (self) |
| def | terminate (self) |
Public Attributes | |
| hotdead_graphs | |
| Dictionary to save TGraphs of hot/dead pixel fractions with sensor id as key. | |
| occupancy_masked_graphs | |
| Dictionary to save TGraph of module occupancy (with mask) | |
| occupancy_no_mask_graphs | |
| Dictionary to save TGraph of module occupancy (without mask) | |
| sum_graphs | |
| Dictionary of summary TGraphs and their TLegend. | |
| condition_checkers | |
| condition checkers which are assoicated to this calibration. | |
Checker for PXDHotPixelMaskCalibration
Definition at line 112 of file calibration_checker.py.
| def __init__ | ( | self | ) |
Initial with related condition db object types
Definition at line 117 of file calibration_checker.py.
|
inherited |
function to be executed at the beginning of a run
Definition at line 96 of file calibration_checker.py.
| def define_graphs | ( | self | ) |
Define TGraphs for filling
Reimplemented from CalibrationCheckerBase.
Definition at line 127 of file calibration_checker.py.
| def draw_plots | ( | self | ) |
Generate summary plots from TGraphs of all condition checkers
Reimplemented from CalibrationCheckerBase.
Definition at line 228 of file calibration_checker.py.
| def fill_graphs | ( | self | ) |
Fill TGraphs, will be executed for each run
Reimplemented from CalibrationCheckerBase.
Definition at line 164 of file calibration_checker.py.
|
inherited |
Initialize condition_checker according to condition objType Parameters: checker_list (list): list of objType checkers
Definition at line 51 of file calibration_checker.py.
|
inherited |
Execute when terminating a basf2 module. All required TGraphs should be ready at this stage.
Definition at line 103 of file calibration_checker.py.
|
inherited |
valid flag
Definition at line 68 of file calibration_checker.py.