#include <SimMuon/Neutron/src/RootSimHit.h>
Public Member Functions | |
PSimHit | get () const |
RootSimHit (const PSimHit &hit) | |
RootSimHit () | |
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] |
RootSimHit::RootSimHit | ( | const PSimHit & | hit | ) |
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().
00023 { 00024 return PSimHit(Local3DPoint(theEntryX, theEntryY, theEntryZ), 00025 Local3DPoint(theExitX, theExitY, theExitZ), 00026 thePabs, theTof, 00027 theEnergyLoss, theParticleType, theDetUnitId, theTrackId, 00028 theThetaAtEntry, thePhiAtEntry, theProcessType); 00029 }
unsigned int RootSimHit::theDetUnitId [private] |
float RootSimHit::theEnergyLoss [private] |
float RootSimHit::theEntryX [private] |
float RootSimHit::theEntryY [private] |
float RootSimHit::theEntryZ [private] |
float RootSimHit::theExitX [private] |
float RootSimHit::theExitY [private] |
float RootSimHit::theExitZ [private] |
float RootSimHit::thePabs [private] |
short RootSimHit::theParticleType [private] |
float RootSimHit::thePhiAtEntry [private] |
unsigned short RootSimHit::theProcessType [private] |
float RootSimHit::theThetaAtEntry [private] |
float RootSimHit::theTof [private] |
unsigned int RootSimHit::theTrackId [private] |