Go to the documentation of this file. 1 #ifndef DTSegment_DTMeantimerPatternReco_h
2 #define DTSegment_DTMeantimerPatternReco_h
55 const std::vector<DTRecHit1DPair>&
hits)
override;
74 const std::vector<DTRecHit1DPair>&
hits);
83 std::vector<DTSegmentCand*>&
result);
109 #endif // DTSegment_DTMeantimerPatternReco_h
edm::ESHandle< DTGeometry > theDTGeometry
DTSegmentCleaner * theCleaner
bool geometryFilter(const DTWireId first, const DTWireId second) const
std::vector< std::shared_ptr< DTHitPairForFit > > initHits(const DTSuperLayer *sl, const std::vector< DTRecHit1DPair > &hits)
DTSegmentUpdator * theUpdator
std::vector< DTSegmentCand * > buildSegments(const DTSuperLayer *sl, const std::vector< std::shared_ptr< DTHitPairForFit >> &hits)
edm::OwnVector< DTSLRecSegment2D > reconstruct(const DTSuperLayer *sl, const std::vector< DTRecHit1DPair > &hits) override
this function is called in the producer
DTSegmentCand * fitWithT0(DTSegmentCand *seg, const bool fitdebug)
unsigned int theMaxAllowedHits
U second(std::pair< T, U > const &p)
DTMeantimerPatternReco(const edm::ParameterSet &pset)
Constructor.
void printPattern(std::vector< DTSegmentCand::AssPoint > &assHits, const DTHitPairForFit *hit)
std::string algoName() const override
return the algo name
void setES(const edm::EventSetup &setup) override
void addHits(DTSegmentCand *segCand, const std::vector< std::shared_ptr< DTHitPairForFit >> &hits, std::vector< DTSegmentCand * > &result)
bool checkDoubleCandidates(std::vector< DTSegmentCand * > &segs, DTSegmentCand *seg)
~DTMeantimerPatternReco() override
Destructor.