#include <AsciiData.hh>
Definition at line 384 of file AsciiData.hh.
◆ TofDigiType() [1/2]
TofDigiType::TofDigiType |
( |
| ) |
|
|
inline |
◆ TofDigiType() [2/2]
TofDigiType::TofDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TofDigiType & | x ) |
|
friend |
Definition at line 786 of file AsciiData.cc.
787{
788 os <<
" " <<
x.trackIndex;
789 os <<
" " <<
x.partId;
790 os <<
" " <<
x.scinNb;
791 os <<
" " <<
x.forwADC;
792 os <<
" " <<
x.forwTDC;
793 os <<
" " <<
x.backADC;
794 os <<
" " <<
x.backTDC;
795 os << std::endl;
796 return os;
797}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TofDigiType & | x ) |
|
friend |
Definition at line 786 of file AsciiData.cc.
787{
788 os <<
" " <<
x.trackIndex;
789 os <<
" " <<
x.partId;
790 os <<
" " <<
x.scinNb;
791 os <<
" " <<
x.forwADC;
792 os <<
" " <<
x.forwTDC;
793 os <<
" " <<
x.backADC;
794 os <<
" " <<
x.backTDC;
795 os << std::endl;
796 return os;
797}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
TofDigiType & | x ) |
|
friend |
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
TofDigiType & | x ) |
|
friend |
◆ backADC
float TofDigiType::backADC |
◆ backTDC
float TofDigiType::backTDC |
◆ forwADC
float TofDigiType::forwADC |
◆ forwTDC
float TofDigiType::forwTDC |
◆ partId
◆ scinNb
◆ trackIndex
int TofDigiType::trackIndex |
The documentation for this class was generated from the following files: