#include <SiTrackerGSRecHit2D.h>
Public Types | |
typedef edm::Ref < FastTrackerClusterCollection, FastTrackerCluster > | ClusterRef |
typedef edm::RefProd < FastTrackerClusterCollection > | ClusterRefProd |
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 } |
Public Member Functions | |
virtual SiTrackerGSRecHit2D * | clone () const |
ClusterRef const & | cluster () const |
const uint32_t & | eeId () const |
void | setClusterRef (const ClusterRef &ref) |
void | setEeId (uint32_t eeId) |
virtual bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const |
const int & | simhitId () const |
const int & | simMultX () const |
const int & | simMultY () const |
const int & | simtrackId () const |
SiTrackerGSRecHit2D () | |
SiTrackerGSRecHit2D (const LocalPoint &, const LocalError &, GeomDet const &idet, const int simhitId, const int simtrackId, const uint32_t eeId, ClusterRef const &cluster, const int pixelMultiplicityX, const int pixelMultiplicityY) | |
~SiTrackerGSRecHit2D () | |
Public Member Functions inherited from GSSiTrackerRecHit2DLocalPos | |
virtual int | dimension () const |
virtual OmniClusterRef const & | firstClusterRef () const |
virtual void | getKfComponents (KfComponentsHolder &holder) const |
GSSiTrackerRecHit2DLocalPos () | |
GSSiTrackerRecHit2DLocalPos (const LocalPoint &p, const LocalError &e, GeomDet const &idet) | |
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... | |
~GSSiTrackerRecHit2DLocalPos () | |
Public Member Functions inherited from BaseTrackerRecHit | |
BaseTrackerRecHit () | |
BaseTrackerRecHit (DetId id, trackerHitRTTI::RTTI rt) | |
BaseTrackerRecHit (const LocalPoint &p, const LocalError &e, GeomDet const &idet, trackerHitRTTI::RTTI rt) | |
virtual float | clusterProbability () const |
cluster probability, overloaded by pixel rechits. More... | |
float | errorGlobalR () const |
float | errorGlobalRPhi () const |
float | errorGlobalZ () const |
void | getKfComponents1D (KfComponentsHolder &holder) const |
void | getKfComponents2D (KfComponentsHolder &holder) const |
virtual GlobalPoint | globalPosition () const |
GlobalError | globalPositionError () const |
TrackingRecHitGlobalState | globalState () const |
bool | hasPositionAndError () const |
to be redefined by daughter class More... | |
BaseTrackerRecHit const * | hit () const |
bool | isMatched () const |
bool | isMulti () const |
virtual bool | isPixel () const |
bool | isProjected () const |
bool | isProjMono () const |
bool | isProjSterep () const |
bool | isSingle () const |
virtual LocalPoint | localPosition () const |
virtual LocalError | localPositionError () const |
const LocalError & | localPositionErrorFast () const |
const LocalPoint & | localPositionFast () const |
virtual AlgebraicVector | parameters () const |
virtual AlgebraicSymMatrix | parametersError () const |
virtual AlgebraicMatrix | projectionMatrix () const |
trackerHitRTTI::RTTI | rtti () const |
bool | sameDetModule (TrackingRecHit const &hit) const |
virtual const Surface * | surface () const |
virtual | ~BaseTrackerRecHit () |
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 |
DetId | geographicalId () const |
unsigned int | getRTTI () const |
Type | getType () 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) |
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 | |
ClusterRef | cluster_ |
uint32_t | eeId_ |
int | pixelMultiplicityAlpha_ |
int | pixelMultiplicityBeta_ |
int | simhitId_ |
int | simtrackId_ |
Additional Inherited Members | |
Static Public Attributes inherited from TrackingRecHit | |
static const int | rttiShift = 24 |
static const int | typeMask = 0xf |
Protected Member Functions inherited from GSSiTrackerRecHit2DLocalPos | |
void | load () |
void | store () |
Protected Member Functions inherited from TrackingRecHit | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
Protected Attributes inherited from GSSiTrackerRecHit2DLocalPos | |
LocalError | m_myErr |
LocalPoint | m_myPos |
Protected Attributes inherited from BaseTrackerRecHit | |
LocalError | err_ |
LocalPoint | pos_ |
unsigned int | qualWord_ |
Definition at line 11 of file SiTrackerGSRecHit2D.h.
Definition at line 27 of file SiTrackerGSRecHit2D.h.
Definition at line 28 of file SiTrackerGSRecHit2D.h.
|
inline |
Definition at line 17 of file SiTrackerGSRecHit2D.h.
Referenced by clone().
|
inline |
Definition at line 25 of file SiTrackerGSRecHit2D.h.
SiTrackerGSRecHit2D::SiTrackerGSRecHit2D | ( | const LocalPoint & | pos, |
const LocalError & | err, | ||
GeomDet const & | idet, | ||
const int | simhitId, | ||
const int | simtrackId, | ||
const uint32_t | eeId, | ||
ClusterRef const & | cluster, | ||
const int | pixelMultiplicityX = -1 , |
||
const int | pixelMultiplicityY = -1 |
||
) |
Definition at line 4 of file SiTrackerGSRecHit2D.cc.
|
inlinevirtual |
Implements GSSiTrackerRecHit2DLocalPos.
Definition at line 40 of file SiTrackerGSRecHit2D.h.
References GSSiTrackerRecHit2DLocalPos::load(), AlCaHLTBitMon_ParallelJobs::p, and SiTrackerGSRecHit2D().
|
inline |
Definition at line 48 of file SiTrackerGSRecHit2D.h.
References cluster_.
Referenced by GSRecHitMatcher::match(), and GSRecHitMatcher::projectOnly().
|
inline |
Definition at line 44 of file SiTrackerGSRecHit2D.h.
References eeId_.
Referenced by TrackerHitAssociator::associateGSRecHit(), GSRecHitMatcher::match(), GSRecHitMatcher::projectOnly(), and setEeId().
|
inline |
|
inline |
|
inlinevirtual |
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 GSSiTrackerRecHit2DLocalPos.
Definition at line 53 of file SiTrackerGSRecHit2D.h.
|
inline |
Definition at line 42 of file SiTrackerGSRecHit2D.h.
References simhitId_.
Referenced by GSRecHitMatcher::match(), and GSRecHitMatcher::projectOnly().
|
inline |
Definition at line 45 of file SiTrackerGSRecHit2D.h.
References pixelMultiplicityAlpha_.
Referenced by GSRecHitMatcher::match(), and GSRecHitMatcher::projectOnly().
|
inline |
Definition at line 46 of file SiTrackerGSRecHit2D.h.
References pixelMultiplicityBeta_.
Referenced by GSRecHitMatcher::match(), and GSRecHitMatcher::projectOnly().
|
inline |
Definition at line 43 of file SiTrackerGSRecHit2D.h.
References simtrackId_.
Referenced by TrackerHitAssociator::associateGSRecHit(), GSRecHitMatcher::match(), and GSRecHitMatcher::projectOnly().
|
private |
Definition at line 60 of file SiTrackerGSRecHit2D.h.
Referenced by cluster(), and setClusterRef().
|
private |
Definition at line 59 of file SiTrackerGSRecHit2D.h.
|
private |
Definition at line 61 of file SiTrackerGSRecHit2D.h.
Referenced by simMultX().
|
private |
Definition at line 62 of file SiTrackerGSRecHit2D.h.
Referenced by simMultY().
|
private |
Definition at line 57 of file SiTrackerGSRecHit2D.h.
Referenced by simhitId().
|
private |
Definition at line 58 of file SiTrackerGSRecHit2D.h.
Referenced by simtrackId().