BOSS 7.0.8
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 229 of file AsciiData.hh.
|
inline |
Definition at line 231 of file AsciiData.hh.
|
friend |
Definition at line 479 of file AsciiData.cc.
|
friend |
Definition at line 462 of file AsciiData.cc.
int MdcHitType::cellNo |
Definition at line 235 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::driftDistance |
Definition at line 240 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::energyDeposit |
Definition at line 239 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::enterAngle |
Definition at line 243 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::globalT |
Definition at line 241 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
int MdcHitType::layerNo |
Definition at line 234 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posFlag |
Definition at line 244 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posX |
Definition at line 236 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posY |
Definition at line 237 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::posZ |
Definition at line 238 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
float MdcHitType::theta |
Definition at line 242 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().
int MdcHitType::trackIndex |
Definition at line 233 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveMdcHits().