1 #ifndef TkGluedMeasurementDet_H
2 #define TkGluedMeasurementDet_H
38 TempMeasurements & result)
const;
60 template<
typename Collector>
63 template<
typename Collector>
75 target_.emplace_back(hit.
cloneSH());
83 static bool filter() {
return false;}
84 size_t size()
const {
return target_.size();}
113 bool filter()
const {
return matcher_->preFilter();}
114 size_t size()
const {
return target_.size();}
147 bool filter()
const {
return matcher_->preFilter();}
148 size_t size()
const {
return target_.size();}
164 projectOnGluedDet(
const std::vector<SiStripRecHit2D>& hits,
166 template<
typename HitCollector>
168 projectOnGluedDet( HitCollector & collector,
169 const std::vector<SiStripRecHit2D>& hits,
176 template<
typename HitCollector>
178 projectOnGluedDet( HitCollector & collector,
const TkStripMeasurementDet * theMonoDet
const MeasurementEstimator & estimator()
const StripClusterParameterEstimator * cpe_
unsigned int rawId() const
SiStripRecHitMatcher::Collector collector_
SiStripRecHitMatcher::Collector & collector()
static const MeasurementEstimator & estimator()
const TrajectoryStateOnSurface & stateOnThisDet_
bool isActive(const MeasurementTrackerEvent &data) const
return TRUE if both mono and stereo components are active
void add(const std::vector< const T * > &source, std::vector< const T * > &dest)
const TkStripMeasurementDet * monoDet() const
bool hasNewMatchedHits() const
const GeomDet & fastGeomDet() const
RecHitContainer & target_
size_t size() const
always fast as no estimator available here!
TempMeasurements & target_
bool hasNewMatchedHits() const
const StripClusterParameterEstimator * cpe_
virtual RecHitPointer cloneSH() const
const GluedGeomDet & specificGeomDet() const
const MeasurementEstimator & estimator()
TransientTrackingRecHit::RecHitPointer RecHitPointer
DetId geographicalId() const
The label of this GeomDet.
bool hasBadComponents(const TrajectoryStateOnSurface &tsos, const MeasurementTrackerEvent &data) const
return TRUE if at least one of the mono and stereo components has badChannels
const MeasurementEstimator & est_
std::shared_ptr< TrackingRecHit const > RecHitPointer
const SiStripRecHitMatcher * matcher_
virtual RecHitContainer recHits(const TrajectoryStateOnSurface &, const MeasurementTrackerEvent &) const =0
const StripClusterParameterEstimator * cpe_
const SiStripRecHitMatcher * theMatcher
SiStripRecHitMatcher::Collector & collector()
SiStripRecHitMatcher::Collector Collector
bool hasNewMatchedHits() const
void clearNewMatchedHitsFlag()
const TrajectoryStateOnSurface & stateOnThisDet_
const TkStripMeasurementDet * theStereoDet
SiStripRecHitMatcher::Collector Collector
TrackingRecHit::ConstRecHitContainer RecHitContainer
virtual bool isActive(const MeasurementTrackerEvent &data) const =0
std::vector< BaseTrackerRecHit * > SimpleHitContainer
void clearNewMatchedHitsFlag()
const SiStripRecHitMatcher * matcher_
void add(SiStripMatchedRecHit2D const &hit)
SiStripRecHitMatcher::Collector & collector()
SiStripRecHitMatcher::Collector Collector
boost::function< void(SiStripMatchedRecHit2D const &)> Collector
const TkStripMeasurementDet * stereoDet() const
const SiStripRecHitMatcher * matcher_
const StripClusterParameterEstimator * theCPE
SiStripRecHitMatcher::Collector collector_
const MeasurementEstimator & est_
void clearNewMatchedHitsFlag()
SiStripRecHitMatcher::Collector collector_
virtual bool hasBadComponents(const TrajectoryStateOnSurface &tsos, const MeasurementTrackerEvent &data) const =0
SimpleHitContainer & target_
virtual bool measurements(const TrajectoryStateOnSurface &stateOnThisDet, const MeasurementEstimator &est, const MeasurementTrackerEvent &data, TempMeasurements &result) const =0