#include <SiStripLaserRecHit2D.h>
Public Member Functions | |
SiStripLaserRecHit2D * | clone () const override |
const SiStripDetId & | getDetId (void) const |
LocalPoint | localPosition () const override |
LocalError | localPositionError () const override |
SiStripLaserRecHit2D () | |
SiStripLaserRecHit2D (const LocalPoint &p, const LocalError &e, const SiStripDetId &id) | |
~SiStripLaserRecHit2D () override | |
Public Member Functions inherited from RecHit2DLocalPos | |
int | dimension () const override |
AlgebraicVector | parameters () const override |
AlgebraicSymMatrix | parametersError () const override |
AlgebraicMatrix | projectionMatrix () const override |
RecHit2DLocalPos (DetId id) | |
RecHit2DLocalPos (TrackingRecHit::id_type id=0) | |
std::vector< const TrackingRecHit * > | recHits () const override |
Access to component RecHits (if any) More... | |
std::vector< TrackingRecHit * > | recHits () override |
Non-const access to component RecHits (if any) More... | |
~RecHit2DLocalPos () override | |
Public Member Functions inherited from TrackingRecHit | |
virtual bool | canImproveWithTrack () const |
RecHitPointer | cloneForFit (const GeomDet &idet) const |
virtual TrackingRecHit * | cloneHit () const |
virtual RecHitPointer | cloneSH () const |
const GeomDet * | det () const |
virtual const GeomDetUnit * | detUnit () const |
virtual float | errorGlobalR () const |
virtual float | errorGlobalRPhi () const |
virtual float | errorGlobalZ () const |
DetId | geographicalId () const |
virtual void | getKfComponents (KfComponentsHolder &holder) const |
unsigned int | getRTTI () const |
Type | getType () const |
virtual GlobalPoint | globalPosition () const |
virtual GlobalError | globalPositionError () const |
virtual bool | hasPositionAndError () const |
to be redefined by daughter class More... | |
virtual TrackingRecHit const * | hit () const |
bool | isValid () const |
id_type | rawId () const |
virtual void | recHitsV (std::vector< const TrackingRecHit * > &) const |
virtual void | recHitsV (std::vector< TrackingRecHit * > &) |
virtual void | setDet (const GeomDet &idet) |
virtual bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const |
virtual const Surface * | surface () const |
TrackingRecHit (DetId id, Type type=valid) | |
TrackingRecHit (id_type id=0, Type type=valid) | |
TrackingRecHit (DetId id, unsigned int rt, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, unsigned int rt, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, TrackingRecHit const &rh) | |
virtual ConstRecHitContainer | transientHits () const |
Type | type () const |
virtual float | weight () const |
virtual | ~TrackingRecHit () |
Private Attributes | |
SiStripDetId | detId |
LocalError | error |
LocalPoint | position |
Additional Inherited Members | |
Public Types inherited from RecHit2DLocalPos | |
typedef GloballyPositioned < float >::LocalPoint | LocalPoint |
Public Types inherited from TrackingRecHit | |
typedef std::vector < ConstRecHitPointer > | ConstRecHitContainer |
using | ConstRecHitPointer = std::shared_ptr< TrackingRecHit const > |
typedef unsigned int | id_type |
typedef std::vector < ConstRecHitPointer > | RecHitContainer |
using | RecHitPointer = std::shared_ptr< TrackingRecHit const > |
enum | SharedInputType { all, some } |
definition of equality via shared input More... | |
enum | Type { valid = 0, missing = 1, inactive = 2, bad = 3, missing_inner = 4, missing_outer = 5, inactive_inner = 6, inactive_outer = 7 } |
Static Public Attributes inherited from TrackingRecHit | |
static const int | rttiShift = 24 |
static const int | typeMask = 0xf |
Protected Member Functions inherited from TrackingRecHit | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
Definition at line 12 of file SiStripLaserRecHit2D.h.
|
inline |
|
inlineoverride |
Definition at line 15 of file SiStripLaserRecHit2D.h.
|
inline |
|
inlineoverridevirtual |
Implements RecHit2DLocalPos.
Definition at line 23 of file SiStripLaserRecHit2D.h.
References SiStripLaserRecHit2D().
|
inline |
Definition at line 25 of file SiStripLaserRecHit2D.h.
References detId.
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), and TkLasBeamFitter::getLasHits().
|
inlineoverridevirtual |
Implements RecHit2DLocalPos.
Definition at line 21 of file SiStripLaserRecHit2D.h.
References position.
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), TkLasBeamFitter::getLasBeams(), and TkLasBeamFitter::getLasHits().
|
inlineoverridevirtual |
Implements RecHit2DLocalPos.
Definition at line 22 of file SiStripLaserRecHit2D.h.
References error.
|
private |
Definition at line 30 of file SiStripLaserRecHit2D.h.
Referenced by getDetId(), and SiStripLaserRecHit2D().
|
private |
Definition at line 29 of file SiStripLaserRecHit2D.h.
Referenced by localPositionError().
|
private |
Definition at line 28 of file SiStripLaserRecHit2D.h.
Referenced by localPosition().