CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SeedComparitor.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkSeedingLayers_SeedComparitor_H
2 #define RecoTracker_TkSeedingLayers_SeedComparitor_H
3 
11 namespace edm { class EventSetup; }
12 
14  public:
15  virtual ~SeedComparitor() {}
16  virtual bool compatible(const SeedingHitSet &hits, const edm::EventSetup & es) = 0;
17 };
18 
19 #endif
20 
virtual ~SeedComparitor()
virtual bool compatible(const SeedingHitSet &hits, const edm::EventSetup &es)=0