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 18 of file TotemRPRecHit.h.
|
inline |
Definition at line 20 of file TotemRPRecHit.h.
|
inline |
Definition at line 22 of file TotemRPRecHit.h.
References position_.
Referenced by setPosition().
|
inline |
Definition at line 23 of file TotemRPRecHit.h.
References position(), and position_.
|
inline |
|
inline |
|
private |
position of the hit in mm, wrt detector center (see RPTopology::GetHitPositionInReadoutDirection)
Definition at line 30 of file TotemRPRecHit.h.
Referenced by position(), and setPosition().
|
private |
position uncertainty, in mm
Definition at line 33 of file TotemRPRecHit.h.
Referenced by setSigma(), and sigma().