Enumerations | |
enum | RTTI { undef =0, single =1, projStereo =2, projMono =3, match =4, multi =5, gs =6 } |
Functions | |
bool | isGS (TrackingRecHit const &hit) |
bool | isMatched (TrackingRecHit const &hit) |
bool | isMulti (TrackingRecHit const &hit) |
bool | isProjected (TrackingRecHit const &hit) |
bool | isProjMono (TrackingRecHit const &hit) |
bool | isProjStereo (TrackingRecHit const &hit) |
bool | isSingle (TrackingRecHit const &hit) |
bool | isSingleType (TrackingRecHit const &hit) |
bool | isUndef (TrackingRecHit const &hit) |
unsigned int | projId (TrackingRecHit const &hit) |
RTTI | rtti (TrackingRecHit const &hit) |
enum trackerHitRTTI::RTTI |
Enumerator | |
---|---|
undef | |
single | |
projStereo | |
projMono | |
match | |
multi | |
gs |
Definition at line 18 of file BaseTrackerRecHit.h.
|
inline |
Definition at line 27 of file BaseTrackerRecHit.h.
|
inline |
Definition at line 25 of file BaseTrackerRecHit.h.
Referenced by ZMuMuEfficiency::analyze(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton::fill(), MTVHistoProducerAlgoForTracker::fill_recoAssociated_simTrack_histos(), PFMuonCaloCleaner::fillEnergyDepositMap(), MCEmbeddingValidationAnalyzer::leptonEfficiencyT< T >::fillHistograms(), MCEmbeddingValidationAnalyzer::leptonL1TriggerEfficiencyT1T2< T1, T2 >::fillHistograms(), BaseTrackerRecHit::isMatched(), HLTJetL1MatchProducer< T >::produce(), TrackCandidateProducer::produce(), MuScleFitMuonSelector::selectGeneratedMuons(), and TrackerSingleRecHit::sharesInput().
|
inline |
Definition at line 26 of file BaseTrackerRecHit.h.
Referenced by BaseTrackerRecHit::isMulti().
|
inline |
Definition at line 24 of file BaseTrackerRecHit.h.
References projMono, projStereo, and rtti().
Referenced by BaseTrackerRecHit::isProjected(), and TrajectoryFactoryBase::useRecHit().
|
inline |
Definition at line 22 of file BaseTrackerRecHit.h.
References projMono, and rtti().
Referenced by BaseTrackerRecHit::isProjMono().
|
inline |
Definition at line 23 of file BaseTrackerRecHit.h.
References projStereo, and rtti().
Referenced by BaseTrackerRecHit::isProjSterep().
|
inline |
Definition at line 21 of file BaseTrackerRecHit.h.
References rtti(), and single.
Referenced by BaseTrackerRecHit::isSingle().
|
inline |
Definition at line 28 of file BaseTrackerRecHit.h.
References rtti().
Referenced by TrackerSingleRecHit::sharesInput().
|
inline |
Definition at line 20 of file BaseTrackerRecHit.h.
Referenced by TrackProducerAlgorithm< reco::Track >::buildTrack(), GroupedCkfTrajectoryBuilder::buildTrajectories(), CosmicTrackingRegion::hits_(), CosmicSeedCreator::makeSeed(), and Traj2TrackHits::split().
|
inline |
Definition at line 30 of file BaseTrackerRecHit.h.
References TrackingRecHit::rawId(), and rtti().
Referenced by GCC11_FINAL< T, TOPO >::originalId().
|
inline |
Definition at line 19 of file BaseTrackerRecHit.h.
References TrackingRecHit::getRTTI().
Referenced by isGS(), isMatched(), isMulti(), isProjected(), isProjMono(), isProjStereo(), isSingle(), isSingleType(), isUndef(), projId(), and BaseTrackerRecHit::rtti().