#include <AsciiData.hh>
◆ EmcDigiType() [1/4]
| EmcDigiType::EmcDigiType |
( |
| ) |
|
|
inline |
◆ EmcDigiType() [2/4]
| EmcDigiType::EmcDigiType |
( |
| ) |
|
|
inline |
◆ EmcDigiType() [3/4]
| EmcDigiType::EmcDigiType |
( |
| ) |
|
|
inline |
◆ EmcDigiType() [4/4]
| EmcDigiType::EmcDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EmcDigiType & | x ) |
|
friend |
Definition at line 580 of file AsciiData.cc.
580 {
581 os <<
" " <<
x.trackIndex;
582 os <<
" " <<
x.partId;
583 os <<
" " <<
x.numTheta;
584 os <<
" " <<
x.numPhi;
585 os <<
" " <<
x.energyDeposit;
586 os <<
" " <<
x.hitTime;
587 os << std::endl;
588 return os;
589}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EmcDigiType & | x ) |
|
friend |
Definition at line 580 of file AsciiData.cc.
580 {
581 os <<
" " <<
x.trackIndex;
582 os <<
" " <<
x.partId;
583 os <<
" " <<
x.numTheta;
584 os <<
" " <<
x.numPhi;
585 os <<
" " <<
x.energyDeposit;
586 os <<
" " <<
x.hitTime;
587 os << std::endl;
588 return os;
589}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EmcDigiType & | x ) |
|
friend |
Definition at line 580 of file AsciiData.cc.
580 {
581 os <<
" " <<
x.trackIndex;
582 os <<
" " <<
x.partId;
583 os <<
" " <<
x.numTheta;
584 os <<
" " <<
x.numPhi;
585 os <<
" " <<
x.energyDeposit;
586 os <<
" " <<
x.hitTime;
587 os << std::endl;
588 return os;
589}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EmcDigiType & | x ) |
|
friend |
Definition at line 580 of file AsciiData.cc.
580 {
581 os <<
" " <<
x.trackIndex;
582 os <<
" " <<
x.partId;
583 os <<
" " <<
x.numTheta;
584 os <<
" " <<
x.numPhi;
585 os <<
" " <<
x.energyDeposit;
586 os <<
" " <<
x.hitTime;
587 os << std::endl;
588 return os;
589}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EmcDigiType & | x ) |
|
friend |
Definition at line 570 of file AsciiData.cc.
570 {
575 is >>
x.energyDeposit;
577 return is;
578}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EmcDigiType & | x ) |
|
friend |
Definition at line 570 of file AsciiData.cc.
570 {
575 is >>
x.energyDeposit;
577 return is;
578}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EmcDigiType & | x ) |
|
friend |
Definition at line 570 of file AsciiData.cc.
570 {
575 is >>
x.energyDeposit;
577 return is;
578}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EmcDigiType & | x ) |
|
friend |
Definition at line 570 of file AsciiData.cc.
570 {
575 is >>
x.energyDeposit;
577 return is;
578}
◆ energyDeposit
| float EmcDigiType::energyDeposit |
◆ hitTime
| float EmcDigiType::hitTime |
◆ numPhi
◆ numTheta
| int EmcDigiType::numTheta |
◆ partId
◆ trackIndex
| int EmcDigiType::trackIndex |
The documentation for this class was generated from the following files: