#include <HitExtractorSTRP.h>
Public Types | |
typedef SiStripRecHit2D::ClusterRef | SiStripClusterRef |
Public Types inherited from ctfseeding::HitExtractor | |
using | HitPointer = mayown_ptr< BaseTrackerRecHit > |
using | Hits = std::vector< HitPointer > |
using | TkHit = BaseTrackerRecHit |
using | TkHitRef = BaseTrackerRecHit const & |
Private Types | |
typedef edm::ContainerMask < edmNew::DetSetVector < SiStripCluster > > | SkipClustersCollection |
Private Member Functions | |
bool | ringRange (int ring) const |
void | useSkipClusters_ (const edm::InputTag &m, edm::ConsumesCollector &iC) override |
Private Attributes | |
bool | failProjection |
bool | hasMatchedHits |
bool | hasRingSelector |
bool | hasRPhiHits |
bool | hasSimpleRphiHitsCleaner |
bool | hasStereoHits |
double | minAbsZ |
int | theIdLayer |
const GeomDetEnumerators::SubDetector | theLayerSubDet |
edm::EDGetTokenT < SiStripMatchedRecHit2DCollection > | theMatchedHits |
int | theMaxRing |
int | theMinRing |
edm::EDGetTokenT < SiStripRecHit2DCollection > | theRPhiHits |
SeedingLayer::Side | theSide |
edm::EDGetTokenT < SkipClustersCollection > | theSkipClusters |
const SeedingLayer * | theSLayer |
edm::EDGetTokenT < SiStripRecHit2DCollection > | theStereoHits |
Additional Inherited Members | |
Public Attributes inherited from ctfseeding::HitExtractor | |
bool | skipClusters |
Definition at line 22 of file HitExtractorSTRP.h.
Definition at line 25 of file HitExtractorSTRP.h.
|
private |
Definition at line 55 of file HitExtractorSTRP.h.
HitExtractorSTRP::HitExtractorSTRP | ( | GeomDetEnumerators::SubDetector | subdet, |
SeedingLayer::Side & | side, | ||
int | idLayer | ||
) |
Definition at line 29 of file HitExtractorSTRP.cc.
Referenced by clone().
|
inlinevirtual |
Definition at line 28 of file HitExtractorSTRP.h.
void HitExtractorSTRP::cleanedOfClusters | ( | const TkTransientTrackingRecHitBuilder & | ttrhBuilder, |
const edm::Event & | ev, | ||
HitExtractor::Hits & | hits, | ||
bool | matched, | ||
unsigned int | cleanFrom = 0 |
||
) | const |
Definition at line 95 of file HitExtractorSTRP.cc.
References relativeConstraints::empty, edm::Event::getByToken(), prof2calltree::last, LogDebug, AlCaHLTBitMon_ParallelJobs::p, python.rootplot.root2matplotlib::replace(), skipThis(), and theSkipClusters.
Referenced by hits().
|
inlinevirtual |
Implements ctfseeding::HitExtractor.
Definition at line 31 of file HitExtractorSTRP.h.
References HitExtractorSTRP().
|
inline |
Definition at line 51 of file HitExtractorSTRP.h.
References theMaxRing, and theMinRing.
Referenced by SeedingLayerSetsBuilder::LayerSpec::print().
|
overridevirtual |
Implements ctfseeding::HitExtractor.
Definition at line 132 of file HitExtractorSTRP.cc.
References cleanedOfClusters(), end, edm::Event::getByToken(), hasMatchedHits, hasRPhiHits, hasSimpleRphiHitsCleaner, hasStereoHits, LogDebug, minAbsZ, ctfseeding::range2SeedingHits(), query::result, relativeConstraints::ring, ringRange(), ctfseeding::HitExtractor::skipClusters, TrackerLayerIdAccessor::stripTECDisk(), TrackerLayerIdAccessor::stripTIBLayer(), TrackerLayerIdAccessor::stripTIDDisk(), TrackerLayerIdAccessor::stripTOBLayer(), GeomDetEnumerators::TEC, theIdLayer, theLayerSubDet, theMatchedHits, theRPhiHits, theSide, theStereoHits, GeomDetEnumerators::TIB, GeomDetEnumerators::TID, GeomDetEnumerators::TOB, and hit::z.
|
private |
Definition at line 47 of file HitExtractorSTRP.cc.
References hasRingSelector, theMaxRing, and theMinRing.
Referenced by hits().
|
inline |
|
inline |
std::pair< bool, ProjectedSiStripRecHit2D * > HitExtractorSTRP::skipThis | ( | const TkTransientTrackingRecHitBuilder & | ttrhBuilder, |
TkHitRef | matched, | ||
edm::Handle< edm::ContainerMask< edmNew::DetSetVector< SiStripCluster > > > & | stripClusterMask | ||
) | const |
Definition at line 61 of file HitExtractorSTRP.cc.
References TkTransientTrackingRecHitBuilder::cloner(), failProjection, TrackingRecHit::geographicalId(), OmniClusterRef::key(), LogDebug, SiStripMatchedRecHit2D::monoClusterRef(), DetId::rawId(), and SiStripMatchedRecHit2D::stereoClusterRef().
Referenced by cleanedOfClusters().
bool HitExtractorSTRP::skipThis | ( | OmniClusterRef const & | clus, |
edm::Handle< edm::ContainerMask< edmNew::DetSetVector< SiStripCluster > > > & | stripClusterMask | ||
) | const |
|
inline |
Definition at line 33 of file HitExtractorSTRP.h.
References edm::ConsumesCollector::consumes(), hasMatchedHits, m, and theMatchedHits.
void HitExtractorSTRP::useRingSelector | ( | int | minRing, |
int | maxRing | ||
) |
Definition at line 40 of file HitExtractorSTRP.cc.
References hasRingSelector, MixedLayerPairs_cfi::maxRing, MixedLayerPairs_cfi::minRing, theMaxRing, and theMinRing.
Referenced by SeedingLayerSetsBuilder::LayerSpec::print().
|
inline |
|
inline |
Definition at line 34 of file HitExtractorSTRP.h.
References edm::ConsumesCollector::consumes(), hasRPhiHits, m, and theRPhiHits.
|
inline |
Definition at line 37 of file HitExtractorSTRP.h.
References hasSimpleRphiHitsCleaner.
|
overrideprivatevirtual |
Implements ctfseeding::HitExtractor.
Definition at line 36 of file HitExtractorSTRP.cc.
References edm::ConsumesCollector::consumes(), m, and theSkipClusters.
|
inline |
Definition at line 35 of file HitExtractorSTRP.h.
References edm::ConsumesCollector::consumes(), hasStereoHits, m, and theStereoHits.
|
mutableprivate |
Definition at line 73 of file HitExtractorSTRP.h.
Referenced by setNoProjection(), and skipThis().
|
private |
Definition at line 68 of file HitExtractorSTRP.h.
Referenced by hits(), and useMatchedHits().
|
private |
Definition at line 71 of file HitExtractorSTRP.h.
Referenced by ringRange(), and useRingSelector().
|
private |
Definition at line 69 of file HitExtractorSTRP.h.
Referenced by hits(), and useRPhiHits().
|
private |
Definition at line 72 of file HitExtractorSTRP.h.
Referenced by hits(), and useSimpleRphiHitsCleaner().
|
private |
Definition at line 70 of file HitExtractorSTRP.h.
Referenced by hits(), and useStereoHits().
|
private |
Definition at line 62 of file HitExtractorSTRP.h.
Referenced by hits(), and setMinAbsZ().
|
private |
Definition at line 61 of file HitExtractorSTRP.h.
Referenced by hits().
|
private |
Definition at line 58 of file HitExtractorSTRP.h.
Referenced by hits().
|
private |
Definition at line 65 of file HitExtractorSTRP.h.
Referenced by hits(), and useMatchedHits().
|
private |
Definition at line 63 of file HitExtractorSTRP.h.
Referenced by getMinMaxRing(), ringRange(), and useRingSelector().
|
private |
Definition at line 63 of file HitExtractorSTRP.h.
Referenced by getMinMaxRing(), ringRange(), and useRingSelector().
|
private |
Definition at line 66 of file HitExtractorSTRP.h.
Referenced by hits(), and useRPhiHits().
|
private |
Definition at line 59 of file HitExtractorSTRP.h.
Referenced by hits().
|
private |
Definition at line 64 of file HitExtractorSTRP.h.
Referenced by cleanedOfClusters(), and useSkipClusters_().
|
mutableprivate |
Definition at line 60 of file HitExtractorSTRP.h.
|
private |
Definition at line 67 of file HitExtractorSTRP.h.
Referenced by hits(), and useStereoHits().