|
list | hist |
| Width VS amplitude plot in each slot. More...
|
|
list | histSampling |
| Width as function of the sample number in each channel. More...
|
|
string | outname = 'calpulseCheck.root' |
| Default output name.
|
|
A module to histogram width and amplitude of calibration pulses
Definition at line 27 of file checkHitHeightAndWidth.py.
◆ event()
Event processor: fill histograms
Definition at line 53 of file checkHitHeightAndWidth.py.
54 ''' Event processor: fill histograms '''
59 slotID = digit.getModuleID()
60 hwchan = digit.getChannel()
61 self.hist[slotID - 1].Fill(digit.getPulseHeight(), digit.getPulseWidth())
62 self.histSampling[hwchan][slotID - 1].Fill(digit.getModulo256Sample(), digit.getPulseWidth())
a (simplified) python wrapper for StoreArray.
◆ setOutputName()
def setOutputName |
( |
|
self, |
|
|
|
outputname |
|
) |
| |
◆ terminate()
◆ hist
Initial value:= [TH2F('WidthVSAmplitude_Slot_' + str(k + 1), 'With VS amplidute of the Digits in slot ' + str(k + 1),
2000, 0., 2000, 80, 0., 20) for k in range(16)]
Width VS amplitude plot in each slot.
Definition at line 32 of file checkHitHeightAndWidth.py.
◆ histSampling
Initial value:= [[TH2F('WidthVSample_Slot_' + str(k + 1) + '_Channel_' + str(j),
'With VS amplidute of the Digits in slot ' + str(k + 1) + ' channel ' + str(j),
256,
0.,
256,
100,
0.,
20) for k in range(16)] for j in range(512)]
Width as function of the sample number in each channel.
Definition at line 36 of file checkHitHeightAndWidth.py.
The documentation for this class was generated from the following file: