#include <AsciiData.hh>
◆ MdcDigiType() [1/4]
| MdcDigiType::MdcDigiType |
( |
| ) |
|
|
inline |
◆ MdcDigiType() [2/4]
| MdcDigiType::MdcDigiType |
( |
| ) |
|
|
inline |
◆ MdcDigiType() [3/4]
| MdcDigiType::MdcDigiType |
( |
| ) |
|
|
inline |
◆ MdcDigiType() [4/4]
| MdcDigiType::MdcDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MdcDigiType & | x ) |
|
friend |
Definition at line 397 of file AsciiData.cc.
397 {
398 os <<
" " <<
x.trackIndex;
399 os <<
" " <<
x.layerNo;
400 os <<
" " <<
x.cellNo;
401 os <<
" " <<
x.energyDeposit;
402 os <<
" " <<
x.driftTime;
403 os << std::endl;
404 return os;
405}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MdcDigiType & | x ) |
|
friend |
Definition at line 397 of file AsciiData.cc.
397 {
398 os <<
" " <<
x.trackIndex;
399 os <<
" " <<
x.layerNo;
400 os <<
" " <<
x.cellNo;
401 os <<
" " <<
x.energyDeposit;
402 os <<
" " <<
x.driftTime;
403 os << std::endl;
404 return os;
405}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MdcDigiType & | x ) |
|
friend |
Definition at line 397 of file AsciiData.cc.
397 {
398 os <<
" " <<
x.trackIndex;
399 os <<
" " <<
x.layerNo;
400 os <<
" " <<
x.cellNo;
401 os <<
" " <<
x.energyDeposit;
402 os <<
" " <<
x.driftTime;
403 os << std::endl;
404 return os;
405}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MdcDigiType & | x ) |
|
friend |
Definition at line 397 of file AsciiData.cc.
397 {
398 os <<
" " <<
x.trackIndex;
399 os <<
" " <<
x.layerNo;
400 os <<
" " <<
x.cellNo;
401 os <<
" " <<
x.energyDeposit;
402 os <<
" " <<
x.driftTime;
403 os << std::endl;
404 return os;
405}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MdcDigiType & | x ) |
|
friend |
Definition at line 388 of file AsciiData.cc.
388 {
392 is >>
x.energyDeposit;
394 return is;
395}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MdcDigiType & | x ) |
|
friend |
Definition at line 388 of file AsciiData.cc.
388 {
392 is >>
x.energyDeposit;
394 return is;
395}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MdcDigiType & | x ) |
|
friend |
Definition at line 388 of file AsciiData.cc.
388 {
392 is >>
x.energyDeposit;
394 return is;
395}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MdcDigiType & | x ) |
|
friend |
Definition at line 388 of file AsciiData.cc.
388 {
392 is >>
x.energyDeposit;
394 return is;
395}
◆ 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: