BOSS 7.1.1
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 119 of file AsciiData.hh.
|
inline |
Definition at line 121 of file AsciiData.hh.
|
inline |
Definition at line 121 of file AsciiData.h.
|
friend |
Definition at line 253 of file AsciiData.cc.
|
friend |
Definition at line 253 of file AsciiData.cc.
|
friend |
|
friend |
int TofTruthType::partId |
Definition at line 124 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::posX |
Definition at line 126 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::posY |
Definition at line 127 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::posZ |
Definition at line 128 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::px |
Definition at line 129 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::py |
Definition at line 130 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::pz |
Definition at line 131 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
int TofTruthType::scinNb |
Definition at line 125 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::time |
Definition at line 133 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
int TofTruthType::trackIndex |
Definition at line 123 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().
float TofTruthType::trackL |
Definition at line 132 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveTofTruth().