#include <RootSimHit.h>
Public Member Functions | |
PSimHit | get () const |
RootSimHit () | |
RootSimHit (const PSimHit &hit) | |
Private Attributes | |
unsigned int | theDetUnitId |
float | theEnergyLoss |
float | theEntryX |
float | theEntryY |
float | theEntryZ |
float | theExitX |
float | theExitY |
float | theExitZ |
float | thePabs |
short | theParticleType |
float | thePhiAtEntry |
unsigned short | theProcessType |
float | theThetaAtEntry |
float | theTof |
unsigned int | theTrackId |
Definition at line 7 of file RootSimHit.h.
RootSimHit::RootSimHit | ( | ) | [inline] |
Definition at line 10 of file RootSimHit.h.
{}
RootSimHit::RootSimHit | ( | const PSimHit & | hit | ) |
PSimHit RootSimHit::get | ( | void | ) | const |
Definition at line 22 of file RootSimHit.cc.
References theDetUnitId, theEnergyLoss, theEntryX, theEntryY, theEntryZ, theExitX, theExitY, theExitZ, thePabs, theParticleType, thePhiAtEntry, theProcessType, theThetaAtEntry, theTof, and theTrackId.
Referenced by RootChamberReader::read().
unsigned int RootSimHit::theDetUnitId [private] |
Definition at line 34 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theEnergyLoss [private] |
Definition at line 24 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theEntryX [private] |
Definition at line 17 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theEntryY [private] |
Definition at line 18 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theEntryZ [private] |
Definition at line 19 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theExitX [private] |
Definition at line 20 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theExitY [private] |
Definition at line 21 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theExitZ [private] |
Definition at line 22 of file RootSimHit.h.
Referenced by get().
float RootSimHit::thePabs [private] |
Definition at line 23 of file RootSimHit.h.
Referenced by get().
short RootSimHit::theParticleType [private] |
Definition at line 29 of file RootSimHit.h.
Referenced by get().
float RootSimHit::thePhiAtEntry [private] |
Definition at line 26 of file RootSimHit.h.
Referenced by get().
unsigned short RootSimHit::theProcessType [private] |
Definition at line 30 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theThetaAtEntry [private] |
Definition at line 25 of file RootSimHit.h.
Referenced by get().
float RootSimHit::theTof [private] |
Definition at line 28 of file RootSimHit.h.
Referenced by get().
unsigned int RootSimHit::theTrackId [private] |
Definition at line 35 of file RootSimHit.h.
Referenced by get().