Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | define_graphs (self) |
def | fill_graphs (self) |
def | draw_plots (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. | |
Checker for PXDHotPixelMaskCalibration
Definition at line 111 of file calibration_checker.py.
def __init__ | ( | self | ) |
Initial with related condition db object types
Reimplemented from CalibrationCheckerBase.
Definition at line 116 of file calibration_checker.py.
def define_graphs | ( | self | ) |
Define TGraphs for filling
Reimplemented from CalibrationCheckerBase.
Definition at line 126 of file calibration_checker.py.
def draw_plots | ( | self | ) |
Generate summary plots from TGraphs of all condition checkers
Reimplemented from CalibrationCheckerBase.
Definition at line 227 of file calibration_checker.py.
def fill_graphs | ( | self | ) |
Fill TGraphs, will be executed for each run
Reimplemented from CalibrationCheckerBase.
Definition at line 163 of file calibration_checker.py.
hotdead_graphs |
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 |
Dictionary to save TGraph of module occupancy (with mask)
Definition at line 133 of file calibration_checker.py.
occupancy_no_mask_graphs |
Dictionary to save TGraph of module occupancy (without mask)
Definition at line 135 of file calibration_checker.py.
sum_graphs |
Dictionary of summary TGraphs and their TLegend.
Definition at line 137 of file calibration_checker.py.