#include <SiTrackerGSRecHit2D.h>
Public Types | |
typedef edm::Ref < FastTrackerClusterCollection, FastTrackerCluster > | ClusterRef |
typedef edm::RefProd < FastTrackerClusterCollection > | ClusterRefProd |
Public Types inherited from RecHit2DLocalPos | |
typedef GloballyPositioned < float >::LocalPoint | LocalPoint |
Public Types inherited from TrackingRecHit | |
typedef unsigned int | id_type |
enum | SharedInputType { all, some } |
definition of equality via shared input More... | |
enum | Type { valid = 0, missing = 1, inactive = 2, bad = 3 } |
Public Member Functions | |
virtual SiTrackerGSRecHit2D * | clone () const |
ClusterRef const & | cluster () const |
const uint32_t & | eeId () const |
void | setClusterRef (const ClusterRef &ref) |
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 &, const DetId &, 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 void | getKfComponents (KfComponentsHolder &holder) const |
GSSiTrackerRecHit2DLocalPos () | |
GSSiTrackerRecHit2DLocalPos (const LocalPoint &p, const LocalError &e, DetId id) | |
virtual LocalPoint | localPosition () const |
virtual LocalError | localPositionError () const |
~GSSiTrackerRecHit2DLocalPos () | |
Public Member Functions inherited from RecHit2DLocalPos | |
virtual int | dimension () const |
virtual AlgebraicVector | parameters () const |
virtual AlgebraicSymMatrix | parametersError () const |
virtual AlgebraicMatrix | projectionMatrix () const |
RecHit2DLocalPos (DetId id) | |
RecHit2DLocalPos (TrackingRecHit::id_type id=0) | |
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 | ~RecHit2DLocalPos () |
Public Member Functions inherited from TrackingRecHit | |
DetId | geographicalId () 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 * > &) |
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 () |
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 TrackingRecHit | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
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, | ||
const DetId & | id, | ||
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 RecHit2DLocalPos.
Definition at line 40 of file SiTrackerGSRecHit2D.h.
References 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(), and GSRecHitMatcher::projectOnly().
|
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 51 of file SiTrackerGSRecHit2D.h.
|
inline |
Definition at line 42 of file SiTrackerGSRecHit2D.h.
References simhitId_.
Referenced by TrackCandidateProducer::addSplitHits(), 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 58 of file SiTrackerGSRecHit2D.h.
Referenced by cluster(), and setClusterRef().
|
private |
Definition at line 57 of file SiTrackerGSRecHit2D.h.
Referenced by eeId().
|
private |
Definition at line 59 of file SiTrackerGSRecHit2D.h.
Referenced by simMultX().
|
private |
Definition at line 60 of file SiTrackerGSRecHit2D.h.
Referenced by simMultY().
|
private |
Definition at line 55 of file SiTrackerGSRecHit2D.h.
Referenced by simhitId().
|
private |
Definition at line 56 of file SiTrackerGSRecHit2D.h.
Referenced by simtrackId().