BOSS 7.0.6
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
MucTruthType () | |
MucTruthType () | |
Public Attributes | |
int | trackIndex |
int | partId |
int | segId |
int | gapId |
int | stripId |
float | posX |
float | posY |
float | posZ |
float | px |
float | py |
float | pz |
Friends | |
std::istream & | operator>> (std::istream &, MucTruthType &x) |
std::ostream & | operator<< (std::ostream &, const MucTruthType &x) |
std::istream & | operator>> (std::istream &, MucTruthType &x) |
std::ostream & | operator<< (std::ostream &, const MucTruthType &x) |
Definition at line 177 of file AsciiData.hh.
|
inline |
Definition at line 179 of file AsciiData.hh.
|
inline |
Definition at line 179 of file AsciiData.h.
|
friend |
Definition at line 372 of file AsciiData.cc.
|
friend |
Definition at line 372 of file AsciiData.cc.
|
friend |
|
friend |
int MucTruthType::gapId |
Definition at line 184 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::partId |
Definition at line 182 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::posX |
Definition at line 186 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::posY |
Definition at line 187 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::posZ |
Definition at line 188 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::px |
Definition at line 189 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::py |
Definition at line 190 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::pz |
Definition at line 191 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::segId |
Definition at line 183 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::stripId |
Definition at line 185 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::trackIndex |
Definition at line 181 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().