CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
TofTruthType () | |
TofTruthType () | |
Public Attributes | |
int | trackIndex |
int | partId |
int | scinNb |
float | posX |
float | posY |
float | posZ |
float | px |
float | py |
float | pz |
float | trackL |
float | time |
Friends | |
std::istream & | operator>> (std::istream &is, TofTruthType &x) |
std::ostream & | operator<< (std::ostream &os, const TofTruthType &x) |
std::istream & | operator>> (std::istream &is, TofTruthType &x) |
std::ostream & | operator<< (std::ostream &os, const TofTruthType &x) |
Definition at line 169 of file AsciiData.hh.
|
inline |
Definition at line 171 of file AsciiData.hh.
|
inline |
Definition at line 121 of file AsciiData.h.
|
friend |
Definition at line 352 of file AsciiData.cc.
|
friend |
Definition at line 352 of file AsciiData.cc.
|
friend |
|
friend |
int TofTruthType::partId |
Definition at line 174 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::posX |
Definition at line 176 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::posY |
Definition at line 177 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::posZ |
Definition at line 178 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::px |
Definition at line 179 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::py |
Definition at line 180 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::pz |
Definition at line 181 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
int TofTruthType::scinNb |
Definition at line 175 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::time |
Definition at line 183 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
int TofTruthType::trackIndex |
Definition at line 173 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::trackL |
Definition at line 182 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().