Makes validation histograms for bunch finder
Definition at line 27 of file 3_bunchFinderPlots.py.
◆ event()
Event processor: fill histograms
Definition at line 101 of file 3_bunchFinderPlots.py.
103 ''' Event processor: fill histograms '''
106 if not recBunch.isValid():
109 if recBunch.isReconstructed():
110 self.recBunchNo.Fill(recBunch.getBunchNo())
111 self.offset.Fill(recBunch.getCurrentOffset())
112 self.numTracks.Fill(recBunch.getNumTracks())
113 self.usedTracks.Fill(recBunch.getUsedTracks())
114 if recBunch.getBunchNo() == recBunch.getMCBunchNo():
115 self.effi_numTracks.Fill(recBunch.getNumTracks())
116 self.effi_usedTracks.Fill(recBunch.getUsedTracks())
a (simplified) python wrapper for StoreObjPtr.
◆ initialize()
Initializes the Module: book histograms and set descriptions and checks
Definition at line 45 of file 3_bunchFinderPlots.py.
◆ set_descr()
def set_descr |
( |
|
self, |
|
|
|
h, |
|
|
|
D |
|
) |
| |
Sets description, check and contact to validation histogram.
:param h validation histogram
:param D description text
Definition at line 32 of file 3_bunchFinderPlots.py.
◆ terminate()
The documentation for this class was generated from the following file: