Reconstructed hit in TOTEM RP. More...
#include <TotemRPRecHit.h>
Public Member Functions | |
double | position () const |
void | setPosition (double position) |
void | setSigma (double sigma) |
double | sigma () const |
TotemRPRecHit (double position=0, double sigma=0) | |
Private Attributes | |
double | position_ |
position of the hit in mm, wrt detector center (see RPTopology::GetHitPositionInReadoutDirection) More... | |
double | sigma_ |
position uncertainty, in mm More... | |
Reconstructed hit in TOTEM RP.
Basically a cluster (TotemRPCluster), the position of which has been converted into actual geometry (in mm).
Definition at line 17 of file TotemRPRecHit.h.
|
inline |
|
inline |
Definition at line 27 of file TotemRPRecHit.h.
|
inline |
Definition at line 28 of file TotemRPRecHit.h.
|
inline |
Definition at line 31 of file TotemRPRecHit.h.
|
inline |
Definition at line 30 of file TotemRPRecHit.h.
|
private |
position of the hit in mm, wrt detector center (see RPTopology::GetHitPositionInReadoutDirection)
Definition at line 35 of file TotemRPRecHit.h.
|
private |
position uncertainty, in mm
Definition at line 38 of file TotemRPRecHit.h.
Referenced by TotemRPRecHit().