|
FTLTrackingRecHit< ObjRef > * | clone () const override |
|
float | energy () const |
|
| FTLTrackingRecHit () |
|
| FTLTrackingRecHit (DetId id, const ObjRef &objref, const LocalPoint &pos, const LocalError &err) |
|
LocalPoint | localPosition () const override |
|
LocalError | localPositionError () const override |
|
const ObjRef & | objRef () const |
|
bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const override |
|
float | time () const |
|
float | timeError () const |
|
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 |
|
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 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 () |
|
template<typename ObjRef>
class FTLTrackingRecHit< ObjRef >
Basic template class for a RecHit wrapping a Ref to an object.
Definition at line 10 of file FTLTrackingRecHit.h.
template<typename ObjRef>
Returns true if the two TrackingRecHits are using the same input information (like Digis, Clusters, etc), false otherwise. The second argument specifies how much sharing is needed in order to return true: the value "all" means that all inputs of the two hits must be identical; the value "some" means that at least one of the inputs is in common.
Reimplemented from TrackingRecHit.
Definition at line 33 of file FTLTrackingRecHit.h.