#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 624 of file AsciiData.cc.
625{
626 os <<
" " <<
x.trackIndex;
627 os <<
" " <<
x.partId;
628 os <<
" " <<
x.numTheta;
629 os <<
" " <<
x.numPhi;
630 os <<
" " <<
x.energyDeposit;
631 os <<
" " <<
x.hitTime;
632 os << std::endl;
633 return os;
634}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 624 of file AsciiData.cc.
625{
626 os <<
" " <<
x.trackIndex;
627 os <<
" " <<
x.partId;
628 os <<
" " <<
x.numTheta;
629 os <<
" " <<
x.numPhi;
630 os <<
" " <<
x.energyDeposit;
631 os <<
" " <<
x.hitTime;
632 os << std::endl;
633 return os;
634}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 624 of file AsciiData.cc.
625{
626 os <<
" " <<
x.trackIndex;
627 os <<
" " <<
x.partId;
628 os <<
" " <<
x.numTheta;
629 os <<
" " <<
x.numPhi;
630 os <<
" " <<
x.energyDeposit;
631 os <<
" " <<
x.hitTime;
632 os << std::endl;
633 return os;
634}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 624 of file AsciiData.cc.
625{
626 os <<
" " <<
x.trackIndex;
627 os <<
" " <<
x.partId;
628 os <<
" " <<
x.numTheta;
629 os <<
" " <<
x.numPhi;
630 os <<
" " <<
x.energyDeposit;
631 os <<
" " <<
x.hitTime;
632 os << std::endl;
633 return os;
634}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 613 of file AsciiData.cc.
614{
619 is >>
x.energyDeposit;
621 return is;
622}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 613 of file AsciiData.cc.
614{
619 is >>
x.energyDeposit;
621 return is;
622}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 613 of file AsciiData.cc.
614{
619 is >>
x.energyDeposit;
621 return is;
622}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcDigiType & |
x |
|
) |
| |
|
friend |
Definition at line 613 of file AsciiData.cc.
614{
619 is >>
x.energyDeposit;
621 return is;
622}
◆ 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: