CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/RecoMuon/MuonSeedGenerator/src/MuonSeedVCleaner.h

Go to the documentation of this file.
00001 #ifndef MuonSeedGenerator_MuonSeedVCleaner_h
00002 #define MuonSeedGenerator_MuonSeedVCleaner_h
00003 
00004 #include "DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h"
00005 
00006 class MuonSeedVCleaner
00007 {
00008 public:
00009   virtual ~MuonSeedVCleaner() {}
00010   virtual void clean(TrajectorySeedCollection & seeds) = 0;
00011 };
00012 
00013 #endif
00014