|
BOSS 7.1.3
BESIII Offline Software System
|
#include <AsciiData.hh>
Public Member Functions | |
| EmcTruthType () | |
| EmcTruthType () | |
Public Attributes | |
| int | trackIndex |
| int | partId |
| int | numTheta |
| int | numPhi |
| float | posX |
| float | posY |
| float | posZ |
| float | px |
| float | py |
| float | pz |
| float | totalEdep |
Friends | |
| std::istream & | operator>> (std::istream &is, EmcTruthType &x) |
| std::ostream & | operator<< (std::ostream &os, const EmcTruthType &x) |
| std::istream & | operator>> (std::istream &is, EmcTruthType &x) |
| std::ostream & | operator<< (std::ostream &os, const EmcTruthType &x) |
Definition at line 148 of file AsciiData.hh.
|
inline |
|
inline |
Definition at line 150 of file AsciiData.h.
|
friend |
Definition at line 312 of file AsciiData.cc.
|
friend |
Definition at line 312 of file AsciiData.cc.
|
friend |
|
friend |
| int EmcTruthType::numPhi |
Definition at line 155 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| int EmcTruthType::numTheta |
Definition at line 154 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| int EmcTruthType::partId |
Definition at line 153 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::posX |
Definition at line 156 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::posY |
Definition at line 157 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::posZ |
Definition at line 158 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::px |
Definition at line 159 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::py |
Definition at line 160 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::pz |
Definition at line 161 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| float EmcTruthType::totalEdep |
Definition at line 162 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().
| int EmcTruthType::trackIndex |
Definition at line 152 of file AsciiData.hh.
Referenced by BesAsciiIO::SaveEmcTruth().