Reconstructed hit in TOTEM RP. More...
#include <TotemRPRecHit.h>
Public Member Functions | |
double | getPosition () const |
double | getSigma () const |
void | setPosition (double position) |
void | setSigma (double sigma) |
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 21 of file TotemRPRecHit.h.
|
inline |
Definition at line 25 of file TotemRPRecHit.h.
References position_.
Referenced by operator<().
|
inline |
|
inline |
Definition at line 26 of file TotemRPRecHit.h.
References position, and position_.
|
inline |
|
private |
position of the hit in mm, wrt detector center (see RPTopology::GetHitPositionInReadoutDirection)
Definition at line 33 of file TotemRPRecHit.h.
Referenced by getPosition(), and setPosition().
|
private |
position uncertainty, in mm
Definition at line 36 of file TotemRPRecHit.h.
Referenced by getSigma(), and setSigma().