Belle II Software development
|
Public Member Functions | |
def | set_descr (self, h, D) |
def | initialize (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
tfile | |
root file pointer | |
recBunchNo | |
validation histogram | |
offset | |
validation histogram | |
numTracks | |
validation histogram | |
usedTracks | |
validation histogram | |
effi_numTracks | |
validation histogram | |
effi_usedTracks | |
validation histogram | |
effi | |
validation histogram | |
nev | |
number of events with valid TOPRecBunch object pointer | |
Makes validation histograms for bunch finder
Definition at line 26 of file 3_bunchFinderPlots.py.
def event | ( | self | ) |
Event processor: fill histograms
Definition at line 100 of file 3_bunchFinderPlots.py.
def initialize | ( | self | ) |
Initializes the Module: book histograms and set descriptions and checks
Definition at line 44 of file 3_bunchFinderPlots.py.
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 31 of file 3_bunchFinderPlots.py.
def terminate | ( | self | ) |
Processes and writes histograms to file
Definition at line 117 of file 3_bunchFinderPlots.py.
effi |
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.
nev |
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 |
root file pointer
Definition at line 48 of file 3_bunchFinderPlots.py.
usedTracks |
validation histogram
Definition at line 69 of file 3_bunchFinderPlots.py.