![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
output_file = ROOT.TFile('PhokharaEvtgenAnalysis.root', 'recreate') | |
Output file. | |
tree = ROOT.TTree('tree', '') | |
Output tree. | |
ecms = numpy.zeros(1, dtype=numpy.float32) | |
Beam energy. | |
gamma_e = numpy.zeros(1, dtype=numpy.float32) | |
Virtual photon energy. | |
gamma_px = numpy.zeros(1, dtype=numpy.float32) | |
Virtual photon momentum (x component). | |
gamma_py = numpy.zeros(1, dtype=numpy.float32) | |
Virtual photon momentum (y component). | |
gamma_pz = numpy.zeros(1, dtype=numpy.float32) | |
Virtual photon momentum (z component). | |
jpsi_e = numpy.zeros(1, dtype=numpy.float32) | |
J/psi energy. | |
jpsi_px = numpy.zeros(1, dtype=numpy.float32) | |
J/psi momentum (x component). | |
jpsi_py = numpy.zeros(1, dtype=numpy.float32) | |
J/psi momentum (y component). | |
jpsi_pz = numpy.zeros(1, dtype=numpy.float32) | |
J/psi momentum (z component). | |
lepton_e = numpy.zeros(1, dtype=numpy.float32) | |
Lepton energy. | |
lepton_px = numpy.zeros(1, dtype=numpy.float32) | |
Lepton momentum (x component). | |
lepton_py = numpy.zeros(1, dtype=numpy.float32) | |
Lepton momentum (y component). | |
lepton_pz = numpy.zeros(1, dtype=numpy.float32) | |
Lepton momentum (z component). | |
Analysis module for PhokharaEvtgen.
Definition at line 18 of file PhokharaEvtgenAnalyze.py.
__init__ | ( | self | ) |
Initialization.
Definition at line 21 of file PhokharaEvtgenAnalyze.py.
event | ( | self | ) |
Event function.
Definition at line 68 of file PhokharaEvtgenAnalyze.py.
terminate | ( | self | ) |
Termination function.
Definition at line 96 of file PhokharaEvtgenAnalyze.py.
ecms = numpy.zeros(1, dtype=numpy.float32) |
Beam energy.
Definition at line 29 of file PhokharaEvtgenAnalyze.py.
gamma_e = numpy.zeros(1, dtype=numpy.float32) |
Virtual photon energy.
Definition at line 31 of file PhokharaEvtgenAnalyze.py.
gamma_px = numpy.zeros(1, dtype=numpy.float32) |
Virtual photon momentum (x component).
Definition at line 33 of file PhokharaEvtgenAnalyze.py.
gamma_py = numpy.zeros(1, dtype=numpy.float32) |
Virtual photon momentum (y component).
Definition at line 35 of file PhokharaEvtgenAnalyze.py.
gamma_pz = numpy.zeros(1, dtype=numpy.float32) |
Virtual photon momentum (z component).
Definition at line 37 of file PhokharaEvtgenAnalyze.py.
jpsi_e = numpy.zeros(1, dtype=numpy.float32) |
J/psi energy.
Definition at line 39 of file PhokharaEvtgenAnalyze.py.
jpsi_px = numpy.zeros(1, dtype=numpy.float32) |
J/psi momentum (x component).
Definition at line 41 of file PhokharaEvtgenAnalyze.py.
jpsi_py = numpy.zeros(1, dtype=numpy.float32) |
J/psi momentum (y component).
Definition at line 43 of file PhokharaEvtgenAnalyze.py.
jpsi_pz = numpy.zeros(1, dtype=numpy.float32) |
J/psi momentum (z component).
Definition at line 45 of file PhokharaEvtgenAnalyze.py.
lepton_e = numpy.zeros(1, dtype=numpy.float32) |
Lepton energy.
Definition at line 47 of file PhokharaEvtgenAnalyze.py.
lepton_px = numpy.zeros(1, dtype=numpy.float32) |
Lepton momentum (x component).
Definition at line 49 of file PhokharaEvtgenAnalyze.py.
lepton_py = numpy.zeros(1, dtype=numpy.float32) |
Lepton momentum (y component).
Definition at line 51 of file PhokharaEvtgenAnalyze.py.
lepton_pz = numpy.zeros(1, dtype=numpy.float32) |
Lepton momentum (z component).
Definition at line 53 of file PhokharaEvtgenAnalyze.py.
output_file = ROOT.TFile('PhokharaEvtgenAnalysis.root', 'recreate') |
Output file.
Definition at line 25 of file PhokharaEvtgenAnalyze.py.
tree = ROOT.TTree('tree', '') |
Output tree.
Definition at line 27 of file PhokharaEvtgenAnalyze.py.