CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
CgemDigiType () | |
Public Attributes | |
int | m_ID_track |
int | m_ID_layer |
int | m_ID_sheet |
int | m_F_XV |
int | m_ID_strip |
float | m_E_deposit |
float | m_global_time |
Friends | |
std::istream & | operator>> (std::istream &is, CgemDigiType &x) |
std::ostream & | operator<< (std::ostream &os, const CgemDigiType &x) |
Definition at line 309 of file AsciiData.hh.
|
inline |
Definition at line 311 of file AsciiData.hh.
|
friend |
Definition at line 634 of file AsciiData.cc.
|
friend |
float CgemDigiType::m_E_deposit |
Definition at line 318 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().
int CgemDigiType::m_F_XV |
Definition at line 316 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().
float CgemDigiType::m_global_time |
Definition at line 319 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().
int CgemDigiType::m_ID_layer |
Definition at line 314 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().
int CgemDigiType::m_ID_sheet |
Definition at line 315 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().
int CgemDigiType::m_ID_strip |
Definition at line 317 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().
int CgemDigiType::m_ID_track |
Definition at line 313 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveCgemDigits().