CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
EmcTruthType () | |
EmcTruthType () | |
Public Attributes | |
int | trackIndex |
int | partId |
int | numTheta |
int | numPhi |
float | posX |
float | posY |
float | posZ |
float | px |
float | py |
float | pz |
float | totalEdep |
Friends | |
std::istream & | operator>> (std::istream &, EmcTruthType &x) |
std::ostream & | operator<< (std::ostream &, const EmcTruthType &x) |
std::istream & | operator>> (std::istream &, EmcTruthType &x) |
std::ostream & | operator<< (std::ostream &, const EmcTruthType &x) |
Definition at line 198 of file AsciiData.hh.
|
inline |
Definition at line 200 of file AsciiData.hh.
|
inline |
Definition at line 150 of file AsciiData.h.
|
friend |
Definition at line 411 of file AsciiData.cc.
|
friend |
Definition at line 411 of file AsciiData.cc.
|
friend |
|
friend |
int EmcTruthType::numPhi |
Definition at line 205 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
int EmcTruthType::numTheta |
Definition at line 204 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
int EmcTruthType::partId |
Definition at line 203 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::posX |
Definition at line 206 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::posY |
Definition at line 207 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::posZ |
Definition at line 208 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::px |
Definition at line 209 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::py |
Definition at line 210 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::pz |
Definition at line 211 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
float EmcTruthType::totalEdep |
Definition at line 212 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
int EmcTruthType::trackIndex |
Definition at line 202 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().