#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 501 of file AsciiData.cc.
501 {
502 os <<
" " <<
x.trackIndex;
503 os <<
" " <<
x.partId;
504 os <<
" " <<
x.scinNb;
505 os <<
" " <<
x.forwADC;
506 os <<
" " <<
x.forwTDC;
507 os <<
" " <<
x.backADC;
508 os <<
" " <<
x.backTDC;
509 os << std::endl;
510 return os;
511}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TofDigiType & | x ) |
|
friend |
Definition at line 501 of file AsciiData.cc.
501 {
502 os <<
" " <<
x.trackIndex;
503 os <<
" " <<
x.partId;
504 os <<
" " <<
x.scinNb;
505 os <<
" " <<
x.forwADC;
506 os <<
" " <<
x.forwTDC;
507 os <<
" " <<
x.backADC;
508 os <<
" " <<
x.backTDC;
509 os << std::endl;
510 return os;
511}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TofDigiType & | x ) |
|
friend |
Definition at line 501 of file AsciiData.cc.
501 {
502 os <<
" " <<
x.trackIndex;
503 os <<
" " <<
x.partId;
504 os <<
" " <<
x.scinNb;
505 os <<
" " <<
x.forwADC;
506 os <<
" " <<
x.forwTDC;
507 os <<
" " <<
x.backADC;
508 os <<
" " <<
x.backTDC;
509 os << std::endl;
510 return os;
511}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const TofDigiType & | x ) |
|
friend |
Definition at line 501 of file AsciiData.cc.
501 {
502 os <<
" " <<
x.trackIndex;
503 os <<
" " <<
x.partId;
504 os <<
" " <<
x.scinNb;
505 os <<
" " <<
x.forwADC;
506 os <<
" " <<
x.forwTDC;
507 os <<
" " <<
x.backADC;
508 os <<
" " <<
x.backTDC;
509 os << std::endl;
510 return os;
511}
◆ 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: