#include <AsciiData.hh>
◆ MdcTruthType() [1/4]
MdcTruthType::MdcTruthType |
( |
| ) |
|
|
inline |
◆ MdcTruthType() [2/4]
MdcTruthType::MdcTruthType |
( |
| ) |
|
|
inline |
◆ MdcTruthType() [3/4]
MdcTruthType::MdcTruthType |
( |
| ) |
|
|
inline |
◆ MdcTruthType() [4/4]
MdcTruthType::MdcTruthType |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MdcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 196 of file AsciiData.cc.
197{
198 os <<
" " <<
x.trackIndex;
199 os <<
" " <<
x.layerNo;
200 os <<
" " <<
x.cellNo;
202 os <<
" " <<
x.driftD;
206 os <<
" " <<
x.posFlag;
207 os << std::endl;
208 return os;
209}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MdcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 196 of file AsciiData.cc.
197{
198 os <<
" " <<
x.trackIndex;
199 os <<
" " <<
x.layerNo;
200 os <<
" " <<
x.cellNo;
202 os <<
" " <<
x.driftD;
206 os <<
" " <<
x.posFlag;
207 os << std::endl;
208 return os;
209}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MdcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 196 of file AsciiData.cc.
197{
198 os <<
" " <<
x.trackIndex;
199 os <<
" " <<
x.layerNo;
200 os <<
" " <<
x.cellNo;
202 os <<
" " <<
x.driftD;
206 os <<
" " <<
x.posFlag;
207 os << std::endl;
208 return os;
209}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MdcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 196 of file AsciiData.cc.
197{
198 os <<
" " <<
x.trackIndex;
199 os <<
" " <<
x.layerNo;
200 os <<
" " <<
x.cellNo;
202 os <<
" " <<
x.driftD;
206 os <<
" " <<
x.posFlag;
207 os << std::endl;
208 return os;
209}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MdcTruthType & |
x |
|
) |
| |
|
friend |
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MdcTruthType & |
x |
|
) |
| |
|
friend |
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MdcTruthType & |
x |
|
) |
| |
|
friend |
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MdcTruthType & |
x |
|
) |
| |
|
friend |
◆ cellNo
◆ driftD
float MdcTruthType::driftD |
◆ edep
◆ layerNo
int MdcTruthType::layerNo |
◆ posFlag
int MdcTruthType::posFlag |
◆ posX
◆ posY
◆ posZ
◆ trackIndex
int MdcTruthType::trackIndex |
The documentation for this class was generated from the following files: