CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTracker/TkSeedingLayers/interface/SeedComparitor.h

Go to the documentation of this file.
00001 #ifndef RecoTracker_TkSeedingLayers_SeedComparitor_H
00002 #define RecoTracker_TkSeedingLayers_SeedComparitor_H
00003 
00010 #include "RecoTracker/TkSeedingLayers/interface/SeedingHitSet.h"
00011 namespace edm { class EventSetup; }
00012 
00013 class SeedComparitor {
00014  public:
00015   virtual ~SeedComparitor() {}
00016   virtual bool compatible(const SeedingHitSet &hits, const edm::EventSetup & es) = 0;
00017 };
00018 
00019 #endif
00020