|
void | addEnergyLoss (float eloss) |
|
void | setEnergyLoss (float eloss) |
|
void | setEntryPoint (const Local3DPoint &entry) |
|
void | setExitPoint (const Local3DPoint &exit) |
|
void | setTrackId (unsigned int k) |
|
| UpdatablePSimHit () |
|
| UpdatablePSimHit (const Local3DPoint &entry, const Local3DPoint &exit, float pabs, float tof, float eloss, int particleType, unsigned int detId, unsigned int trackId, float theta, float phi, unsigned short processType=0) |
|
void | updateExitPoint (const Local3DPoint &exit) |
|
| ~UpdatablePSimHit () |
|
unsigned int | detUnitId () const |
|
float | energyLoss () const |
| The energy deposit in the PSimHit, in ???. More...
|
|
Local3DPoint | entryPoint () const |
| Entry point in the local Det frame. More...
|
|
EncodedEventId | eventId () const |
|
Local3DPoint | exitPoint () const |
| Exit point in the local Det frame. More...
|
|
LocalVector | localDirection () const |
| Obsolete. Same as momentumAtEntry().unit(), for backward compatibility. More...
|
|
Local3DPoint | localPosition () const |
|
LocalVector | momentumAtEntry () const |
| The momentum of the track that produced the hit, at entry point. More...
|
|
float | pabs () const |
| fast and more accurate access to momentumAtEntry().mag() More...
|
|
int | particleType () const |
|
Geom::Phi< float > | phiAtEntry () const |
| fast and more accurate access to momentumAtEntry().phi() More...
|
|
unsigned short | processType () const |
|
| PSimHit () |
|
| PSimHit (const Local3DPoint &entry, const Local3DPoint &exit, float pabs, float tof, float eloss, int particleType, unsigned int detId, unsigned int trackId, float theta, float phi, unsigned short processType=0) |
|
void | setEventId (EncodedEventId e) |
|
void | setTof (float tof) |
|
Geom::Theta< float > | thetaAtEntry () const |
| fast and more accurate access to momentumAtEntry().theta() More...
|
|
float | timeOfFlight () const |
|
float | tof () const |
| deprecated name for timeOfFlight() More...
|
|
unsigned int | trackId () const |
|
extension of PSimHit; the exit point and the energy loss can be modified; maybe not the final solution
Definition at line 12 of file UpdatablePSimHit.h.