#include <AsciiData.hh>
◆ TofDigiType() [1/4]
TofDigiType::TofDigiType |
( |
| ) |
|
|
inline |
◆ TofDigiType() [2/4]
TofDigiType::TofDigiType |
( |
| ) |
|
|
inline |
◆ TofDigiType() [3/4]
TofDigiType::TofDigiType |
( |
| ) |
|
|
inline |
◆ TofDigiType() [4/4]
TofDigiType::TofDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TofDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 os <<
" " <<
x.trackIndex;
538 os <<
" " <<
x.partId;
539 os <<
" " <<
x.scinNb;
540 os <<
" " <<
x.forwADC;
541 os <<
" " <<
x.forwTDC;
542 os <<
" " <<
x.backADC;
543 os <<
" " <<
x.backTDC;
544 os << std::endl;
545 return os;
546}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TofDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 os <<
" " <<
x.trackIndex;
538 os <<
" " <<
x.partId;
539 os <<
" " <<
x.scinNb;
540 os <<
" " <<
x.forwADC;
541 os <<
" " <<
x.forwTDC;
542 os <<
" " <<
x.backADC;
543 os <<
" " <<
x.backTDC;
544 os << std::endl;
545 return os;
546}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TofDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 os <<
" " <<
x.trackIndex;
538 os <<
" " <<
x.partId;
539 os <<
" " <<
x.scinNb;
540 os <<
" " <<
x.forwADC;
541 os <<
" " <<
x.forwTDC;
542 os <<
" " <<
x.backADC;
543 os <<
" " <<
x.backTDC;
544 os << std::endl;
545 return os;
546}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const TofDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 os <<
" " <<
x.trackIndex;
538 os <<
" " <<
x.partId;
539 os <<
" " <<
x.scinNb;
540 os <<
" " <<
x.forwADC;
541 os <<
" " <<
x.forwTDC;
542 os <<
" " <<
x.backADC;
543 os <<
" " <<
x.backTDC;
544 os << std::endl;
545 return os;
546}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TofDigiType & |
x |
|
) |
| |
|
friend |
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TofDigiType & |
x |
|
) |
| |
|
friend |
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
TofDigiType & |
x |
|
) |
| |
|
friend |
◆ operator>> [4/4]
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: