BOSS 7.0.7
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
MdcTruthType () | |
MdcTruthType () | |
Public Attributes | |
int | trackIndex |
int | layerNo |
int | cellNo |
float | edep |
float | driftD |
float | posX |
float | posY |
float | posZ |
int | posFlag |
Friends | |
std::istream & | operator>> (std::istream &, MdcTruthType &x) |
std::ostream & | operator<< (std::ostream &, const MdcTruthType &x) |
std::istream & | operator>> (std::istream &, MdcTruthType &x) |
std::ostream & | operator<< (std::ostream &, const MdcTruthType &x) |
Definition at line 92 of file AsciiData.hh.
|
inline |
Definition at line 94 of file AsciiData.hh.
|
inline |
Definition at line 94 of file AsciiData.h.
|
friend |
Definition at line 196 of file AsciiData.cc.
|
friend |
Definition at line 196 of file AsciiData.cc.
|
friend |
|
friend |
int MdcTruthType::cellNo |
Definition at line 98 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
float MdcTruthType::driftD |
Definition at line 100 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
float MdcTruthType::edep |
Definition at line 99 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
int MdcTruthType::layerNo |
Definition at line 97 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
int MdcTruthType::posFlag |
Definition at line 104 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
float MdcTruthType::posX |
Definition at line 101 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
float MdcTruthType::posY |
Definition at line 102 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
float MdcTruthType::posZ |
Definition at line 103 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().
int MdcTruthType::trackIndex |
Definition at line 96 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcTruth().