![]() |
Belle II Software development
|
Public Member Functions | |
set_descr (self, h, D) | |
initialize (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
tfile = TFile.Open("bunchFinder.root", "recreate") | |
root file pointer | |
recBunchNo | |
validation histogram | |
offset | |
validation histogram | |
numTracks | |
validation histogram | |
usedTracks | |
validation histogram | |
effi_numTracks | |
validation histogram | |
effi_usedTracks | |
validation histogram | |
effi = TH1F("effi", "Acceptance and efficiency", 2, 0.5, 2.5) | |
validation histogram | |
int | nev = 0 |
number of events with valid TOPRecBunch object pointer | |
Makes validation histograms for bunch finder
Definition at line 26 of file 3_bunchFinderPlots.py.
event | ( | self | ) |
Event processor: fill histograms
Definition at line 100 of file 3_bunchFinderPlots.py.
initialize | ( | self | ) |
Initializes the Module: book histograms and set descriptions and checks
Definition at line 44 of file 3_bunchFinderPlots.py.
set_descr | ( | self, | |
h, | |||
D ) |
Sets description, check and contact to validation histogram. :param h validation histogram :param D description text
Definition at line 31 of file 3_bunchFinderPlots.py.
terminate | ( | self | ) |
Processes and writes histograms to file
Definition at line 117 of file 3_bunchFinderPlots.py.
effi = TH1F("effi", "Acceptance and efficiency", 2, 0.5, 2.5) |
validation histogram
Definition at line 89 of file 3_bunchFinderPlots.py.
effi_numTracks |
validation histogram
Definition at line 75 of file 3_bunchFinderPlots.py.
effi_usedTracks |
validation histogram
Definition at line 82 of file 3_bunchFinderPlots.py.
int nev = 0 |
number of events with valid TOPRecBunch object pointer
Definition at line 98 of file 3_bunchFinderPlots.py.
numTracks |
validation histogram
Definition at line 63 of file 3_bunchFinderPlots.py.
offset |
validation histogram
Definition at line 57 of file 3_bunchFinderPlots.py.
recBunchNo |
validation histogram
Definition at line 51 of file 3_bunchFinderPlots.py.
tfile = TFile.Open("bunchFinder.root", "recreate") |
root file pointer
Definition at line 48 of file 3_bunchFinderPlots.py.
usedTracks |
validation histogram
Definition at line 69 of file 3_bunchFinderPlots.py.