#include <AsciiData.hh>
Definition at line 256 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 524 of file AsciiData.cc.
525{
526 os <<
" " <<
x.trackIndex;
527 os <<
" " <<
x.layerNo;
528 os <<
" " <<
x.cellNo;
529 os <<
" " <<
x.energyDeposit;
530 os <<
" " <<
x.driftTime;
531 os << std::endl;
532 return os;
533}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MdcDigiType & | x ) |
|
friend |
Definition at line 524 of file AsciiData.cc.
525{
526 os <<
" " <<
x.trackIndex;
527 os <<
" " <<
x.layerNo;
528 os <<
" " <<
x.cellNo;
529 os <<
" " <<
x.energyDeposit;
530 os <<
" " <<
x.driftTime;
531 os << std::endl;
532 return os;
533}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
MdcDigiType & | x ) |
|
friend |
Definition at line 514 of file AsciiData.cc.
515{
519 is >>
x.energyDeposit;
521 return is;
522}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
MdcDigiType & | x ) |
|
friend |
Definition at line 514 of file AsciiData.cc.
515{
519 is >>
x.energyDeposit;
521 return is;
522}
◆ 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: