CMS 3D CMS Logo

LowPtClusterShapeSeedComparitor.h
Go to the documentation of this file.
1 #ifndef _LowPtClusterShapeSeedComparitor_h_
2 #define _LowPtClusterShapeSeedComparitor_h_
3 
10 
11 class TrackerTopology;
12 
13 namespace edm {
14  class ParameterSet;
15  class EventSetup;
16 } // namespace edm
17 
19 public:
22  void init(const edm::Event &e, const edm::EventSetup &es) override;
23  bool compatible(const SeedingHitSet &hits) const override;
25  return true;
26  }
27  bool compatible(const SeedingHitSet &hits,
28  const GlobalTrajectoryParameters &helixStateAtVertex,
29  const FastHelix &helix) const override {
30  return true;
31  }
32 
33 private:
40 };
41 
42 #endif
bool compatible(const SeedingHitSet &hits, const GlobalTrajectoryParameters &helixStateAtVertex, const FastHelix &helix) const override
int init
Definition: HydjetWrapper.h:64
edm::ESHandle< ClusterShapeHitFilter > theShapeFilter
something
edm::ESHandle< TrackerTopology > theTTopo
BaseTrackerRecHit const * ConstRecHitPointer
Definition: SeedingHitSet.h:10
edm::Handle< SiPixelClusterShapeCache > thePixelClusterShapeCache
bool compatible(const TrajectoryStateOnSurface &, SeedingHitSet::ConstRecHitPointer hit) const override
edm::EDGetTokenT< SiPixelClusterShapeCache > thePixelClusterShapeCacheToken
HLT enums.