#include <SiStripLaserRecHit2D.h>
Public Member Functions | |
virtual SiStripLaserRecHit2D * | clone () const |
const SiStripDetId & | getDetId (void) const |
virtual LocalPoint | localPosition () const |
virtual LocalError | localPositionError () const |
SiStripLaserRecHit2D () | |
SiStripLaserRecHit2D (const LocalPoint &p, const LocalError &e, const SiStripDetId &id) | |
~SiStripLaserRecHit2D () | |
Private Attributes | |
SiStripDetId | detId |
LocalError | error |
LocalPoint | position |
Definition at line 12 of file SiStripLaserRecHit2D.h.
SiStripLaserRecHit2D::SiStripLaserRecHit2D | ( | ) | [inline] |
Definition at line 16 of file SiStripLaserRecHit2D.h.
Referenced by clone().
: RecHit2DLocalPos(0) {}
SiStripLaserRecHit2D::~SiStripLaserRecHit2D | ( | ) | [inline] |
Definition at line 17 of file SiStripLaserRecHit2D.h.
{}
SiStripLaserRecHit2D::SiStripLaserRecHit2D | ( | const LocalPoint & | p, |
const LocalError & | e, | ||
const SiStripDetId & | id | ||
) | [inline] |
Definition at line 18 of file SiStripLaserRecHit2D.h.
References detId, and errorMatrix2Lands_multiChannel::id.
: RecHit2DLocalPos( id ), position( p ), error( e ) { detId = id; }
virtual SiStripLaserRecHit2D* SiStripLaserRecHit2D::clone | ( | void | ) | const [inline, virtual] |
Implements RecHit2DLocalPos.
Definition at line 22 of file SiStripLaserRecHit2D.h.
References SiStripLaserRecHit2D().
{ return new SiStripLaserRecHit2D( *this ); }
const SiStripDetId& SiStripLaserRecHit2D::getDetId | ( | void | ) | const [inline] |
Definition at line 24 of file SiStripLaserRecHit2D.h.
References detId.
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), and TkLasBeamFitter::getLasHits().
{ return detId; }
virtual LocalPoint SiStripLaserRecHit2D::localPosition | ( | ) | const [inline, virtual] |
Implements RecHit2DLocalPos.
Definition at line 20 of file SiStripLaserRecHit2D.h.
References position.
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), TkLasBeamFitter::getLasBeams(), and TkLasBeamFitter::getLasHits().
{ return position; }
virtual LocalError SiStripLaserRecHit2D::localPositionError | ( | ) | const [inline, virtual] |
Implements RecHit2DLocalPos.
Definition at line 21 of file SiStripLaserRecHit2D.h.
References error.
{ return error; }
SiStripDetId SiStripLaserRecHit2D::detId [private] |
Definition at line 30 of file SiStripLaserRecHit2D.h.
Referenced by getDetId(), and SiStripLaserRecHit2D().
LocalError SiStripLaserRecHit2D::error [private] |
Definition at line 29 of file SiStripLaserRecHit2D.h.
Referenced by localPositionError().
LocalPoint SiStripLaserRecHit2D::position [private] |
Definition at line 28 of file SiStripLaserRecHit2D.h.
Referenced by localPosition().