CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:45:57 2009 for CMSSW by  doxygen 1.5.4