CMS 3D CMS Logo

LowPtClusterShapeSeedComparitor.h
Go to the documentation of this file.
1 #ifndef RecoTracker_PixelLowPtUtilities_LowPtClusterShapeSeedComparitor_h
2 #define RecoTracker_PixelLowPtUtilities_LowPtClusterShapeSeedComparitor_h
3 
14 
16 public:
19  void init(const edm::Event &e, const edm::EventSetup &es) override;
20  bool compatible(const SeedingHitSet &hits) const override;
22  return true;
23  }
25  const GlobalTrajectoryParameters &helixStateAtVertex,
26  const FastHelix &helix) const override {
27  return true;
28  }
29 
30 private:
38 };
39 
40 #endif
bool compatible(const SeedingHitSet &hits) const override
BaseTrackerRecHit const * ConstRecHitPointer
Definition: SeedingHitSet.h:14
const edm::ESGetToken< ClusterShapeHitFilter, CkfComponentsRecord > clusterShapeHitFilterESToken_
bool compatible(const TrajectoryStateOnSurface &, SeedingHitSet::ConstRecHitPointer hit) const override
LowPtClusterShapeSeedComparitor(const edm::ParameterSet &ps, edm::ConsumesCollector &iC)
edm::Handle< SiPixelClusterShapeCache > thePixelClusterShapeCache
edm::EDGetTokenT< SiPixelClusterShapeCache > thePixelClusterShapeCacheToken
void init(const edm::Event &e, const edm::EventSetup &es) override
bool compatible(const SeedingHitSet &hits, const GlobalTrajectoryParameters &helixStateAtVertex, const FastHelix &helix) const override
const ClusterShapeHitFilter * clusterShapeHitFilter_
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > trackerTopologyESToken_