![]() |
Belle II Software
release-08-01-10
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
hist | |
list of digits histograms | |
hist2 | |
list of occupancy-like histograms | |
nPXDL1 | |
number of PXD pixels (L1) | |
nPXDL2 | |
number of PXD pixels (L2) | |
nPXD | |
number of PXD pixels (L1+L2) | |
nSVDL3 | |
number of L3 strips (u+v) | |
nCDCin | |
number of inner CDC wires | |
CDCITIn | |
integration time of the inner CDC layers [ms] | |
nCDCout | |
number of outer CDC wires | |
CDCITout | |
integration time of the outer CDC layers [ms] | |
allh | |
merged list of all histograms | |
ntpl | |
ntuple to store background levels | |
Make validation histograms for BG overlay. This validation assumes that all channels are active (no masked strip, dead pixels, ...)
Definition at line 31 of file validateOverlay.py.
def event | ( | self | ) |
Event processor: fill histograms
Definition at line 143 of file validateOverlay.py.
def initialize | ( | self | ) |
Initialize the Module: book histograms and set descriptions and checks
Definition at line 39 of file validateOverlay.py.
def terminate | ( | self | ) |
Write histograms to file.
Definition at line 191 of file validateOverlay.py.