CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonSeedSimpleCleaner.h
Go to the documentation of this file.
1 #ifndef MuonSeedGenerator_MuonSeedSimpleCleaner_h
2 #define MuonSeedGenerator_MuonSeedSimpleCleaner_h
3 
5 
7 {
8 public:
9 
10  virtual void clean(TrajectorySeedCollection & seeds);
11 
12 private:
13  bool checkPt(const TrajectorySeed & seed) const;
14 };
15 
16 #endif
17 
bool checkPt(const TrajectorySeed &seed) const
virtual void clean(TrajectorySeedCollection &seeds)
std::vector< TrajectorySeed > TrajectorySeedCollection