CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <MdstTables.h>
Public Member Functions | |
Mdst_charged () | |
Public Attributes | |
int | id |
float | charge |
float | px |
float | py |
float | pz |
float | mass |
int | used_pid |
float | pid_e |
float | pid_mu |
float | pid_pi |
float | pid_K |
float | pid_p |
Mdst_trk * | trk |
Mdst_acc * | acc |
Mdst_tof * | tof |
Mdst_muid * | muid |
Definition at line 125 of file MdstTables.h.
|
inline |
Definition at line 127 of file MdstTables.h.
Mdst_acc* Mdst_charged::acc |
Definition at line 143 of file MdstTables.h.
float Mdst_charged::charge |
Definition at line 130 of file MdstTables.h.
int Mdst_charged::id |
Definition at line 129 of file MdstTables.h.
float Mdst_charged::mass |
Definition at line 134 of file MdstTables.h.
Mdst_muid* Mdst_charged::muid |
Definition at line 146 of file MdstTables.h.
float Mdst_charged::pid_e |
Definition at line 136 of file MdstTables.h.
float Mdst_charged::pid_K |
Definition at line 139 of file MdstTables.h.
float Mdst_charged::pid_mu |
Definition at line 137 of file MdstTables.h.
float Mdst_charged::pid_p |
Definition at line 140 of file MdstTables.h.
float Mdst_charged::pid_pi |
Definition at line 138 of file MdstTables.h.
float Mdst_charged::px |
Definition at line 131 of file MdstTables.h.
float Mdst_charged::py |
Definition at line 132 of file MdstTables.h.
float Mdst_charged::pz |
Definition at line 133 of file MdstTables.h.
Mdst_tof* Mdst_charged::tof |
Definition at line 144 of file MdstTables.h.
Mdst_trk* Mdst_charged::trk |
Definition at line 142 of file MdstTables.h.
int Mdst_charged::used_pid |
Definition at line 135 of file MdstTables.h.