Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
tfile | |
output file | |
hist | |
Width VS amplitude plot in each slot. | |
histSampling | |
Width as function of the sample number in each channel. | |
A module to histogram width and amplitude of TOPDigits
Definition at line 23 of file checkHitHeightAndWidth.py.
def event | ( | self | ) |
Event processor: fill histograms
Definition at line 48 of file checkHitHeightAndWidth.py.
def initialize | ( | self | ) |
Open output file and book histograms
Definition at line 27 of file checkHitHeightAndWidth.py.
def terminate | ( | self | ) |
Write histograms to file
Definition at line 60 of file checkHitHeightAndWidth.py.
hist |
Width VS amplitude plot in each slot.
Definition at line 35 of file checkHitHeightAndWidth.py.
histSampling |
Width as function of the sample number in each channel.
Definition at line 37 of file checkHitHeightAndWidth.py.
tfile |
output file
Definition at line 31 of file checkHitHeightAndWidth.py.