#include <AsciiData.hh>
◆ EmcTruthType() [1/4]
EmcTruthType::EmcTruthType |
( |
| ) |
|
|
inline |
◆ EmcTruthType() [2/4]
EmcTruthType::EmcTruthType |
( |
| ) |
|
|
inline |
◆ EmcTruthType() [3/4]
EmcTruthType::EmcTruthType |
( |
| ) |
|
|
inline |
◆ EmcTruthType() [4/4]
EmcTruthType::EmcTruthType |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 312 of file AsciiData.cc.
313{
314 os <<
" " <<
x.trackIndex;
315 os <<
" " <<
x.partId;
316 os <<
" " <<
x.numTheta;
317 os <<
" " <<
x.numPhi;
324 os <<
" " <<
x.totalEdep;
325 os << std::endl;
326 return os;
327
328}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 312 of file AsciiData.cc.
313{
314 os <<
" " <<
x.trackIndex;
315 os <<
" " <<
x.partId;
316 os <<
" " <<
x.numTheta;
317 os <<
" " <<
x.numPhi;
324 os <<
" " <<
x.totalEdep;
325 os << std::endl;
326 return os;
327
328}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 312 of file AsciiData.cc.
313{
314 os <<
" " <<
x.trackIndex;
315 os <<
" " <<
x.partId;
316 os <<
" " <<
x.numTheta;
317 os <<
" " <<
x.numPhi;
324 os <<
" " <<
x.totalEdep;
325 os << std::endl;
326 return os;
327
328}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EmcTruthType & |
x |
|
) |
| |
|
friend |
Definition at line 312 of file AsciiData.cc.
313{
314 os <<
" " <<
x.trackIndex;
315 os <<
" " <<
x.partId;
316 os <<
" " <<
x.numTheta;
317 os <<
" " <<
x.numPhi;
324 os <<
" " <<
x.totalEdep;
325 os << std::endl;
326 return os;
327
328}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcTruthType & |
x |
|
) |
| |
|
friend |
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcTruthType & |
x |
|
) |
| |
|
friend |
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcTruthType & |
x |
|
) |
| |
|
friend |
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EmcTruthType & |
x |
|
) |
| |
|
friend |
◆ numPhi
◆ numTheta
int EmcTruthType::numTheta |
◆ partId
◆ posX
◆ posY
◆ posZ
◆ px
◆ py
◆ pz
◆ totalEdep
float EmcTruthType::totalEdep |
◆ trackIndex
int EmcTruthType::trackIndex |
The documentation for this class was generated from the following files: