Go to the documentation of this file. 1 #ifndef DTSegment_DTCombinatorialExtendedPatternReco_h
2 #define DTSegment_DTCombinatorialExtendedPatternReco_h
54 const std::vector<DTRecHit1DPair>&
hits)
override;
70 const std::vector<DTRecHit1DPair>&
hits);
89 std::deque<std::shared_ptr<DTHitPairForFit>>& pointsNoLR,
114 #endif // DTSegment_DTCombinatorialExtendedPatternReco_h
std::vector< std::vector< int > > theTriedPattern
std::vector< std::shared_ptr< DTHitPairForFit > > initHits(const DTSuperLayer *sl, const std::vector< DTRecHit1DPair > &hits)
std::vector< DTSLRecCluster > theClusters
std::vector< DTSegmentExtendedCand * > extendCandidates(std::vector< DTSegmentCand * > &candidates, const DTSuperLayer *sl)
~DTCombinatorialExtendedPatternReco() override
Destructor.
std::vector< DTSegmentCand::AssPoint > findCompatibleHits(const LocalPoint &pos, const LocalVector &dir, const std::vector< std::shared_ptr< DTHitPairForFit >> &hits)
bool closeSL(const DTSuperLayerId &id1, const DTSuperLayerId &id2)
edm::ESHandle< DTGeometry > theDTGeometry
unsigned int theMaxAllowedHits
DTSegmentExtendedCand * buildBestSegment(std::vector< DTSegmentCand::AssPoint > &assHits, const DTSuperLayer *sl)
edm::OwnVector< DTSLRecSegment2D > reconstruct(const DTSuperLayer *sl, const std::vector< DTRecHit1DPair > &hits) override
this function is called in the producer
DTSegmentCleaner * theCleaner
void setClusters(const std::vector< DTSLRecCluster > &clusters)
std::vector< DTSegmentCand * > buildSegments(const DTSuperLayer *sl, const std::vector< std::shared_ptr< DTHitPairForFit >> &hits)
void buildPointsCollection(std::vector< DTSegmentCand::AssPoint > &points, std::deque< std::shared_ptr< DTHitPairForFit >> &pointsNoLR, std::vector< DTSegmentCand * > &candidates, const DTSuperLayer *sl)
DTCombinatorialExtendedPatternReco(const edm::ParameterSet &pset)
Constructor.
DTSegmentUpdator * theUpdator
bool checkDoubleCandidates(std::vector< DTSegmentCand * > &segs, DTSegmentCand *seg)
std::string algoName() const override
return the algo name
void setES(const edm::EventSetup &setup) override