|
| 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 24 of file checkHitHeightAndWidth.py.
◆ event()
Event processor: fill histograms
Definition at line 49 of file checkHitHeightAndWidth.py.
50 ''' Event processor: fill histograms '''
54 if digit.getHitQuality() == 0:
56 slotID = digit.getModuleID()
57 hwchan = digit.getChannel()
58 self.hist[slotID - 1].Fill(digit.getPulseHeight(), digit.getPulseWidth())
59 self.histSampling[slotID - 1][hwchan].Fill(digit.getModulo256Sample(), digit.getPulseWidth())
A (simplified) python wrapper for StoreArray.
◆ initialize()
◆ terminate()
The documentation for this class was generated from the following file: