Public Member Functions | |
__init__ (self) | |
define_graphs (self) | |
fill_graphs (self) | |
draw_plots (self) | |
valid (self) | |
initialize (self, checker_list=[]) | |
beginRun (self) | |
terminate (self) | |
Public Attributes | |
hotdead_graphs = get_sensor_graphs("Hot/Dead pixels [%]") | |
Dictionary to save TGraphs of hot/dead pixel fractions with sensor id as key. | |
occupancy_masked_graphs = get_sensor_graphs("Occupancy (With Mask) [%]") | |
Dictionary to save TGraph of module occupancy (with mask) | |
occupancy_no_mask_graphs = get_sensor_graphs("Occupancy (No Mask) [%]") | |
Dictionary to save TGraph of module occupancy (without mask) | |
dict | sum_graphs = {} |
Dictionary of summary TGraphs and their TLegend. | |
dict | condition_checkers = {} |
condition checkers which are associated to this calibration. | |
valid | |
Checker for PXDHotPixelMaskCalibration
Definition at line 111 of file calibration_checker.py.
__init__ | ( | self | ) |
Initial with related condition db object types
Definition at line 116 of file calibration_checker.py.
|
inherited |
function to be executed at the beginning of a run
Definition at line 95 of file calibration_checker.py.
define_graphs | ( | self | ) |
Define TGraphs for filling
Reimplemented from CalibrationCheckerBase.
Definition at line 126 of file calibration_checker.py.
draw_plots | ( | self | ) |
Generate summary plots from TGraphs of all condition checkers
Reimplemented from CalibrationCheckerBase.
Definition at line 227 of file calibration_checker.py.
fill_graphs | ( | self | ) |
Fill TGraphs, will be executed for each run
Reimplemented from CalibrationCheckerBase.
Definition at line 163 of file calibration_checker.py.
|
inherited |
Initialize condition_checker according to condition objType Parameters: checker_list (list): list of objType checkers
Definition at line 50 of file calibration_checker.py.
|
inherited |
Execute when terminating a basf2 module. All required TGraphs should be ready at this stage.
Definition at line 102 of file calibration_checker.py.
|
inherited |
valid flag
Definition at line 67 of file calibration_checker.py.
|
inherited |
condition checkers which are associated to this calibration.
Definition at line 46 of file calibration_checker.py.
hotdead_graphs = get_sensor_graphs("Hot/Dead pixels [%]") |
Dictionary to save TGraphs of hot/dead pixel fractions with sensor id as key.
Definition at line 131 of file calibration_checker.py.
occupancy_masked_graphs = get_sensor_graphs("Occupancy (With Mask) [%]") |
Dictionary to save TGraph of module occupancy (with mask)
Definition at line 133 of file calibration_checker.py.
occupancy_no_mask_graphs = get_sensor_graphs("Occupancy (No Mask) [%]") |
Dictionary to save TGraph of module occupancy (without mask)
Definition at line 135 of file calibration_checker.py.
dict sum_graphs = {} |
Dictionary of summary TGraphs and their TLegend.
Definition at line 137 of file calibration_checker.py.
|
inherited |
Definition at line 61 of file calibration_checker.py.