Public Member Functions | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
tfile = TFile.Open('checkCalpulse.root', 'recreate') | |
file object | |
height_vs_width | |
histogram of pulse height vs. | |
height_vs_sample | |
histogram of pulse height vs. | |
width_vs_sample | |
histogram of pulse width vs. | |
time = TH1F('time', 'Time distibution; time [ns]', 400, -100, 300) | |
histogram of time distribution | |
asic_channels = TH1F('asic_channels', 'ASIC channel occupancy; ASIC channel number', 8, 0, 8) | |
histogram of asic channel occupancy | |
Makes histograms from TOPDigits
Definition at line 52 of file checkCalpulse.py.
event | ( | self | ) |
event processing: fill histograms
Definition at line 74 of file checkCalpulse.py.
initialize | ( | self | ) |
initialize: open root file, book histograms
Definition at line 55 of file checkCalpulse.py.
terminate | ( | self | ) |
terminate: write histograms and close the file
Definition at line 93 of file checkCalpulse.py.
asic_channels = TH1F('asic_channels', 'ASIC channel occupancy; ASIC channel number', 8, 0, 8) |
histogram of asic channel occupancy
Definition at line 72 of file checkCalpulse.py.
height_vs_sample |
histogram of pulse height vs.
sample number
Definition at line 64 of file checkCalpulse.py.
height_vs_width |
histogram of pulse height vs.
pulse width
Definition at line 61 of file checkCalpulse.py.
tfile = TFile.Open('checkCalpulse.root', 'recreate') |
file object
Definition at line 59 of file checkCalpulse.py.
time = TH1F('time', 'Time distibution; time [ns]', 400, -100, 300) |
histogram of time distribution
Definition at line 70 of file checkCalpulse.py.
width_vs_sample |
histogram of pulse width vs.
sample number
Definition at line 67 of file checkCalpulse.py.