#include <AsciiData.hh>
Definition at line 206 of file AsciiData.hh.
◆ MdcDigiType() [1/2]
MdcDigiType::MdcDigiType |
( |
| ) |
|
|
inline |
◆ MdcDigiType() [2/2]
MdcDigiType::MdcDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MdcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 425 of file AsciiData.cc.
426{
427 os <<
" " <<
x.trackIndex;
428 os <<
" " <<
x.layerNo;
429 os <<
" " <<
x.cellNo;
430 os <<
" " <<
x.energyDeposit;
431 os <<
" " <<
x.driftTime;
432 os << std::endl;
433 return os;
434}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MdcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 425 of file AsciiData.cc.
426{
427 os <<
" " <<
x.trackIndex;
428 os <<
" " <<
x.layerNo;
429 os <<
" " <<
x.cellNo;
430 os <<
" " <<
x.energyDeposit;
431 os <<
" " <<
x.driftTime;
432 os << std::endl;
433 return os;
434}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MdcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 415 of file AsciiData.cc.
416{
420 is >>
x.energyDeposit;
422 return is;
423}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MdcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 415 of file AsciiData.cc.
416{
420 is >>
x.energyDeposit;
422 return is;
423}
◆ cellNo
◆ driftTime
float MdcDigiType::driftTime |
◆ energyDeposit
float MdcDigiType::energyDeposit |
◆ layerNo
◆ trackIndex
int MdcDigiType::trackIndex |
The documentation for this class was generated from the following files: