Belle II Software development
|
Public Member Functions | |
def | initialize (self) |
def | sortPeaks (self, unsortedPeaks) |
def | pdfHistogram (self, pdf) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
trk_selector | |
track selector - selection of muons from ee->mumu events | |
file | |
file object | |
bunchOffset | |
histogram of bunch offset | |
h_cth_vs_p | |
histogram cos(theta) vs, momentum | |
h_momentum | |
histogram of momentum | |
h_cth | |
histogram of cos(theta) | |
h_phi | |
histogram of local phi | |
h_z | |
histogram of local z | |
h_x | |
histogram of local x | |
h_charge | |
histogram of charge | |
h_poca_xy | |
histogram of POCA x-y | |
h_poca_z | |
histogram of POCA z | |
h_hitsCDC | |
histogram of number of hits in CDC | |
h_Ecms | |
histogram of Ecms | |
tree | |
tree object | |
data | |
data structure | |
Static Public Attributes | |
int | nhisto = 0 |
histogram counter | |
Makes a flat ntuple
Definition at line 99 of file cdst_timeResoNtuple.py.
def event | ( | self | ) |
event processing
Definition at line 203 of file cdst_timeResoNtuple.py.
def initialize | ( | self | ) |
initialize: open root file, construct ntuple
Definition at line 105 of file cdst_timeResoNtuple.py.
def pdfHistogram | ( | self, | |
) |
make histogram of PDF peak positions for the first 20 tracks
Definition at line 187 of file cdst_timeResoNtuple.py.
def sortPeaks | ( | self, | |
unsortedPeaks | |||
) |
sort PDF peaks according to their positions
Definition at line 181 of file cdst_timeResoNtuple.py.
def terminate | ( | self | ) |
terminate: close root file
Definition at line 351 of file cdst_timeResoNtuple.py.
bunchOffset |
histogram of bunch offset
Definition at line 124 of file cdst_timeResoNtuple.py.
data |
data structure
Definition at line 167 of file cdst_timeResoNtuple.py.
file |
file object
Definition at line 121 of file cdst_timeResoNtuple.py.
h_charge |
histogram of charge
Definition at line 147 of file cdst_timeResoNtuple.py.
h_cth |
histogram of cos(theta)
Definition at line 135 of file cdst_timeResoNtuple.py.
h_cth_vs_p |
histogram cos(theta) vs, momentum
Definition at line 127 of file cdst_timeResoNtuple.py.
h_Ecms |
histogram of Ecms
Definition at line 161 of file cdst_timeResoNtuple.py.
h_hitsCDC |
histogram of number of hits in CDC
Definition at line 158 of file cdst_timeResoNtuple.py.
h_momentum |
histogram of momentum
Definition at line 132 of file cdst_timeResoNtuple.py.
h_phi |
histogram of local phi
Definition at line 138 of file cdst_timeResoNtuple.py.
h_poca_xy |
histogram of POCA x-y
Definition at line 150 of file cdst_timeResoNtuple.py.
h_poca_z |
histogram of POCA z
Definition at line 155 of file cdst_timeResoNtuple.py.
h_x |
histogram of local x
Definition at line 144 of file cdst_timeResoNtuple.py.
h_z |
histogram of local z
Definition at line 141 of file cdst_timeResoNtuple.py.
|
static |
histogram counter
Definition at line 103 of file cdst_timeResoNtuple.py.
tree |
tree object
Definition at line 165 of file cdst_timeResoNtuple.py.
trk_selector |
track selector - selection of muons from ee->mumu events
Definition at line 115 of file cdst_timeResoNtuple.py.