CbmRoot
|
Public Member Functions | |
Track () | |
void | Init (Int_t pdgCode, Int_t mi, Double_t vx, Double_t vy, Double_t vz, const set< Double_t > &stationZs) |
Public Attributes | |
Int_t | pdg |
Int_t | motherInd |
Double_t | x |
Double_t | y |
Double_t | z |
map< Double_t, list< Point > > | points |
Definition at line 134 of file HitReader.cxx.
|
inline |
Definition at line 142 of file HitReader.cxx.
|
inline |
Int_t CbmBinnedMCTrackReader::Track::motherInd |
Definition at line 136 of file HitReader.cxx.
Referenced by CbmBinnedMCTrackReader::Handle(), and Init().
Int_t CbmBinnedMCTrackReader::Track::pdg |
Definition at line 135 of file HitReader.cxx.
Referenced by Init().
map<Double_t, list<Point> > CbmBinnedMCTrackReader::Track::points |
Definition at line 140 of file HitReader.cxx.
Referenced by CbmBinnedMCTrackReader::AddPoint(), CbmBinnedMCTrackReader::Handle(), and Init().
Double_t CbmBinnedMCTrackReader::Track::x |
Definition at line 137 of file HitReader.cxx.
Referenced by CbmBinnedMCTrackReader::Handle(), and Init().
Double_t CbmBinnedMCTrackReader::Track::y |
Definition at line 138 of file HitReader.cxx.
Referenced by CbmBinnedMCTrackReader::Handle(), and Init().
Double_t CbmBinnedMCTrackReader::Track::z |
Definition at line 139 of file HitReader.cxx.
Referenced by CbmBinnedMCTrackReader::Handle(), and Init().