|
virtual std::vector< const
GeomDet * > | components () const |
| Returns direct components, if any. More...
|
|
virtual int | dimension () const |
|
virtual const TrackingRecHit * | hit () const |
|
virtual LocalPoint | localPosition () const |
|
virtual LocalError | localPositionError () const |
|
| MyBeamSpotGeomDet (const ReferenceCountingPointer< BoundPlane > &plane) |
|
| MyBeamSpotHit (const reco::BeamSpot &beamSpot, const GeomDet *geom) |
|
virtual AlgebraicVector | parameters () const |
|
virtual AlgebraicSymMatrix | parametersError () const |
|
virtual AlgebraicMatrix | projectionMatrix () const |
|
virtual std::vector< const
TrackingRecHit * > | recHits () const |
| Access to component RecHits (if any) More...
|
|
virtual std::vector
< TrackingRecHit * > | recHits () |
| Non-const access to component RecHits (if any) More...
|
|
virtual
GeomDetEnumerators::SubDetector | subDetector () const |
| Which subdetector. More...
|
|
virtual | ~MyBeamSpotGeomDet () |
|
virtual | ~MyBeamSpotHit () |
|
virtual bool | canImproveWithTrack () const |
|
TrackingRecHit * | cloneHit () const |
|
virtual float | clusterProbability () const |
| cluster probability, overloaded by pixel rechits. More...
|
|
virtual const GeomDet * | det () const GCC11_FINAL |
| The GomeDet* can be zero for InvalidTransientRecHits and for TConstraintRecHit2Ds. More...
|
|
float | errorGlobalR () const GCC11_FINAL |
|
float | errorGlobalRPhi () const GCC11_FINAL |
|
float | errorGlobalZ () const GCC11_FINAL |
|
virtual GlobalPoint | globalPosition () const GCC11_FINAL |
|
GlobalError | globalPositionError () const GCC11_FINAL |
|
TrackingRecHitGlobalState | globalState () const |
|
virtual const Surface * | surface () const GCC11_FINAL |
|
| TValidTrackingRecHit (const GeomDet *geom) |
|
template<typename... Args> |
| TValidTrackingRecHit (const GeomDet *geom, Args &&...args) |
|
virtual RecHitPointer | clone (const TrajectoryStateOnSurface &) const |
|
virtual const GeomDetUnit * | detUnit () const |
|
virtual ConstRecHitContainer | transientHits () const |
| Composite interface: returns the component hits, if any. More...
|
|
| TransientTrackingRecHit () |
|
| TransientTrackingRecHit (TrackingRecHit::id_type id, Type type=valid) |
|
| TransientTrackingRecHit (TrackingRecHit const &rh) |
|
virtual | ~TransientTrackingRecHit () |
|
DetId | geographicalId () const |
|
virtual void | getKfComponents (KfComponentsHolder &holder) const |
|
unsigned int | getRTTI () const |
|
Type | getType () const |
|
virtual bool | hasPositionAndError () const |
| to be redefined by daughter class More...
|
|
bool | isValid () const |
|
id_type | rawId () const |
|
virtual void | recHitsV (std::vector< const TrackingRecHit * > &) const |
|
virtual void | recHitsV (std::vector< TrackingRecHit * > &) |
|
virtual bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const |
|
| TrackingRecHit (DetId id, Type type=valid) |
|
| TrackingRecHit (id_type id=0, Type type=valid) |
|
| TrackingRecHit (DetId id, unsigned int rt, Type type=valid) |
|
Type | type () const |
|
virtual float | weight () const |
|
virtual | ~TrackingRecHit () |
|
void | addReference () const |
|
| BasicReferenceCounted () |
|
| BasicReferenceCounted (const BasicReferenceCounted &iRHS) |
|
const BasicReferenceCounted & | operator= (const BasicReferenceCounted &) |
|
unsigned int | references () const |
|
void | removeReference () const |
|
virtual | ~BasicReferenceCounted () |
|
AlignmentPositionError * | alignmentPositionError () const |
| Return pointer to alignment errors. More...
|
|
virtual const GeomDet * | component (DetId) const |
| Returns a component GeomDet given its DetId, if existing. More...
|
|
DetId | geographicalId () const |
| The label of this GeomDet. More...
|
|
| GeomDet (Plane *plane) |
|
| GeomDet (const ReferenceCountingPointer< Plane > &plane) |
|
int | index () const |
|
LocalError const & | localAlignmentError () const |
| Return local alligment error. More...
|
|
const Surface::PositionType & | position () const |
| The position (origin of the R.F.) More...
|
|
const Surface::RotationType & | rotation () const |
| The rotation defining the local R.F. More...
|
|
void | setIndex (int i) |
|
const Plane & | specificSurface () const |
| Same as surface(), kept for backward compatibility. More...
|
|
const Plane & | surface () const |
| The nominal surface of the GeomDet. More...
|
|
GlobalPoint | toGlobal (const Local2DPoint &lp) const |
| Conversion to the global R.F. from the R.F. of the GeomDet. More...
|
|
GlobalPoint | toGlobal (const Local3DPoint &lp) const |
| Conversion to the global R.F. from the R.F. of the GeomDet. More...
|
|
GlobalVector | toGlobal (const LocalVector &lv) const |
| Conversion to the global R.F. from the R.F. of the GeomDet. More...
|
|
LocalPoint | toLocal (const GlobalPoint &gp) const |
| Conversion to the R.F. of the GeomDet. More...
|
|
LocalVector | toLocal (const GlobalVector &gv) const |
| Conversion to the R.F. of the GeomDet. More...
|
|
virtual | ~GeomDet () |
|
Definition at line 33 of file KFBasedPixelFitter.h.