CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
MdcHitType () | |
Public Attributes | |
int | trackIndex |
int | layerNo |
int | cellNo |
float | posX |
float | posY |
float | posZ |
float | energyDeposit |
float | driftDistance |
float | globalT |
float | theta |
float | enterAngle |
float | posFlag |
Friends | |
std::istream & | operator>> (std::istream &, MdcHitType &x) |
std::ostream & | operator<< (std::ostream &, const MdcHitType &x) |
Definition at line 279 of file AsciiData.hh.
|
inline |
Definition at line 281 of file AsciiData.hh.
|
friend |
Definition at line 578 of file AsciiData.cc.
|
friend |
Definition at line 561 of file AsciiData.cc.
int MdcHitType::cellNo |
Definition at line 285 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::driftDistance |
Definition at line 290 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::energyDeposit |
Definition at line 289 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::enterAngle |
Definition at line 293 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::globalT |
Definition at line 291 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
int MdcHitType::layerNo |
Definition at line 284 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posFlag |
Definition at line 294 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posX |
Definition at line 286 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posY |
Definition at line 287 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posZ |
Definition at line 288 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::theta |
Definition at line 292 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
int MdcHitType::trackIndex |
Definition at line 283 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().