CGEM BOSS 6.6.5.h
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 &is, MucTruthType &x) |
std::ostream & | operator<< (std::ostream &os, const MucTruthType &x) |
std::istream & | operator>> (std::istream &is, MucTruthType &x) |
std::ostream & | operator<< (std::ostream &os, const MucTruthType &x) |
Definition at line 227 of file AsciiData.hh.
|
inline |
Definition at line 229 of file AsciiData.hh.
|
inline |
Definition at line 179 of file AsciiData.h.
|
friend |
Definition at line 471 of file AsciiData.cc.
|
friend |
Definition at line 471 of file AsciiData.cc.
|
friend |
|
friend |
int MucTruthType::gapId |
Definition at line 234 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::partId |
Definition at line 232 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::posX |
Definition at line 236 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::posY |
Definition at line 237 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::posZ |
Definition at line 238 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::px |
Definition at line 239 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::py |
Definition at line 240 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
float MucTruthType::pz |
Definition at line 241 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::segId |
Definition at line 233 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::stripId |
Definition at line 235 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().
int MucTruthType::trackIndex |
Definition at line 231 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMucTruth().