Public Member Functions | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
tfile = TFile.Open('hitHeightAndWidth.root', 'recreate') | |
output file | |
list | hist = [] |
Width VS amplitude plot in each slot. | |
list | 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.
event | ( | self | ) |
Event processor: fill histograms
Definition at line 48 of file checkHitHeightAndWidth.py.
initialize | ( | self | ) |
Open output file and book histograms
Definition at line 27 of file checkHitHeightAndWidth.py.
terminate | ( | self | ) |
Write histograms to file
Definition at line 60 of file checkHitHeightAndWidth.py.
list hist = [] |
Width VS amplitude plot in each slot.
Definition at line 35 of file checkHitHeightAndWidth.py.
list histSampling = [] |
Width as function of the sample number in each channel.
Definition at line 37 of file checkHitHeightAndWidth.py.
tfile = TFile.Open('hitHeightAndWidth.root', 'recreate') |
output file
Definition at line 31 of file checkHitHeightAndWidth.py.