CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TotemRPRecHit Class Reference

Reconstructed hit in TOTEM RP. More...

#include <TotemRPRecHit.h>

Inheritance diagram for TotemRPRecHit:
TotemRPLocalTrack::FittedRecHit

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TotemRPRecHit()

TotemRPRecHit::TotemRPRecHit ( double  position = 0,
double  sigma = 0 
)
inline

Definition at line 25 of file TotemRPRecHit.h.

25 { return sigma_; }

References sigma_.

Member Function Documentation

◆ position()

double TotemRPRecHit::position ( ) const
inline

Definition at line 27 of file TotemRPRecHit.h.

28 :

◆ setPosition()

void TotemRPRecHit::setPosition ( double  position)
inline

Definition at line 28 of file TotemRPRecHit.h.

28 :

◆ setSigma()

void TotemRPRecHit::setSigma ( double  sigma)
inline

Definition at line 31 of file TotemRPRecHit.h.

38 {

◆ sigma()

double TotemRPRecHit::sigma ( ) const
inline

Definition at line 30 of file TotemRPRecHit.h.

38 {

Member Data Documentation

◆ position_

double TotemRPRecHit::position_
private

position of the hit in mm, wrt detector center (see RPTopology::GetHitPositionInReadoutDirection)

Definition at line 35 of file TotemRPRecHit.h.

◆ sigma_

double TotemRPRecHit::sigma_
private

position uncertainty, in mm

Definition at line 38 of file TotemRPRecHit.h.

Referenced by TotemRPRecHit().

TotemRPRecHit::sigma_
double sigma_
position uncertainty, in mm
Definition: TotemRPRecHit.h:38