#include <AsciiData.hh>
Definition at line 429 of file AsciiData.hh.
◆ EmcDigiType() [1/2]
EmcDigiType::EmcDigiType |
( |
| ) |
|
|
inline |
◆ EmcDigiType() [2/2]
EmcDigiType::EmcDigiType |
( |
| ) |
|
|
inline |
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EmcDigiType & | x ) |
|
friend |
Definition at line 875 of file AsciiData.cc.
876{
877 os <<
" " <<
x.trackIndex;
878 os <<
" " <<
x.partId;
879 os <<
" " <<
x.numTheta;
880 os <<
" " <<
x.numPhi;
881 os <<
" " <<
x.energyDeposit;
882 os <<
" " <<
x.hitTime;
883 os << std::endl;
884 return os;
885}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EmcDigiType & | x ) |
|
friend |
Definition at line 875 of file AsciiData.cc.
876{
877 os <<
" " <<
x.trackIndex;
878 os <<
" " <<
x.partId;
879 os <<
" " <<
x.numTheta;
880 os <<
" " <<
x.numPhi;
881 os <<
" " <<
x.energyDeposit;
882 os <<
" " <<
x.hitTime;
883 os << std::endl;
884 return os;
885}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
EmcDigiType & | x ) |
|
friend |
Definition at line 864 of file AsciiData.cc.
865{
870 is >>
x.energyDeposit;
872 return is;
873}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
EmcDigiType & | x ) |
|
friend |
Definition at line 864 of file AsciiData.cc.
865{
870 is >>
x.energyDeposit;
872 return is;
873}
◆ 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: