#include <AsciiData.hh>
◆ CgemDigiType() [1/2]
CgemDigiType::CgemDigiType |
( |
| ) |
|
|
inline |
◆ CgemDigiType() [2/2]
CgemDigiType::CgemDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const CgemDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 634 of file AsciiData.cc.
635{
636 os <<
" " <<
x.m_ID_track;
637 os <<
" " <<
x.m_ID_layer;
638 os <<
" " <<
x.m_ID_sheet;
639 os <<
" " <<
x.m_F_XV;
640 os <<
" " <<
x.m_ID_strip;
641 os <<
" " <<
x.m_E_deposit;
642 os <<
" " <<
x.m_global_time;
643 os << std::endl;
644 return os;
645}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const CgemDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 634 of file AsciiData.cc.
635{
636 os <<
" " <<
x.m_ID_track;
637 os <<
" " <<
x.m_ID_layer;
638 os <<
" " <<
x.m_ID_sheet;
639 os <<
" " <<
x.m_F_XV;
640 os <<
" " <<
x.m_ID_strip;
641 os <<
" " <<
x.m_E_deposit;
642 os <<
" " <<
x.m_global_time;
643 os << std::endl;
644 return os;
645}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
CgemDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 622 of file AsciiData.cc.
623{
630 is >>
x.m_global_time;
631 return is;
632}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
CgemDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 622 of file AsciiData.cc.
623{
630 is >>
x.m_global_time;
631 return is;
632}
◆ m_E_deposit
float CgemDigiType::m_E_deposit |
◆ m_F_XV
◆ m_global_time
float CgemDigiType::m_global_time |
◆ m_ID_layer
int CgemDigiType::m_ID_layer |
◆ m_ID_sheet
int CgemDigiType::m_ID_sheet |
◆ m_ID_strip
int CgemDigiType::m_ID_strip |
◆ m_ID_track
int CgemDigiType::m_ID_track |
The documentation for this class was generated from the following files: