![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| output_file | |
| Output file. | |
| tree | |
| Output tree. | |
| ecms | |
| Beam energy. | |
| gamma_e | |
| Virtual photon energy. | |
| gamma_px | |
| Virtual photon momentum (x component). | |
| gamma_py | |
| Virtual photon momentum (y component). | |
| gamma_pz | |
| Virtual photon momentum (z component). | |
| jpsi_e | |
| J/psi energy. | |
| jpsi_px | |
| J/psi momentum (x component). | |
| jpsi_py | |
| J/psi momentum (y component). | |
| jpsi_pz | |
| J/psi momentum (z component). | |
| lepton_e | |
| Lepton energy. | |
| lepton_px | |
| Lepton momentum (x component). | |
| lepton_py | |
| Lepton momentum (y component). | |
| lepton_pz | |
| Lepton momentum (z component). | |
Analysis module for PhokharaEvtgen.
Definition at line 18 of file PhokharaEvtgenAnalyze.py.
| def __init__ | ( | self | ) |
Initialization.
Definition at line 21 of file PhokharaEvtgenAnalyze.py.
| def event | ( | self | ) |
Event function.
Definition at line 68 of file PhokharaEvtgenAnalyze.py.
| def terminate | ( | self | ) |
Termination function.
Definition at line 96 of file PhokharaEvtgenAnalyze.py.
| ecms |
Beam energy.
Definition at line 29 of file PhokharaEvtgenAnalyze.py.
| gamma_e |
Virtual photon energy.
Definition at line 31 of file PhokharaEvtgenAnalyze.py.
| gamma_px |
Virtual photon momentum (x component).
Definition at line 33 of file PhokharaEvtgenAnalyze.py.
| gamma_py |
Virtual photon momentum (y component).
Definition at line 35 of file PhokharaEvtgenAnalyze.py.
| gamma_pz |
Virtual photon momentum (z component).
Definition at line 37 of file PhokharaEvtgenAnalyze.py.
| jpsi_e |
J/psi energy.
Definition at line 39 of file PhokharaEvtgenAnalyze.py.
| jpsi_px |
J/psi momentum (x component).
Definition at line 41 of file PhokharaEvtgenAnalyze.py.
| jpsi_py |
J/psi momentum (y component).
Definition at line 43 of file PhokharaEvtgenAnalyze.py.
| jpsi_pz |
J/psi momentum (z component).
Definition at line 45 of file PhokharaEvtgenAnalyze.py.
| lepton_e |
Lepton energy.
Definition at line 47 of file PhokharaEvtgenAnalyze.py.
| lepton_px |
Lepton momentum (x component).
Definition at line 49 of file PhokharaEvtgenAnalyze.py.
| lepton_py |
Lepton momentum (y component).
Definition at line 51 of file PhokharaEvtgenAnalyze.py.
| lepton_pz |
Lepton momentum (z component).
Definition at line 53 of file PhokharaEvtgenAnalyze.py.
| output_file |
Output file.
Definition at line 25 of file PhokharaEvtgenAnalyze.py.
| tree |
Output tree.
Definition at line 27 of file PhokharaEvtgenAnalyze.py.