CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RoadSearchEventFilter.h
Go to the documentation of this file.
1 #ifndef RoadSearchEventFilter_h
2 #define RoadSearchEventFilter_h
3 
4 
5 #include <string>
6 #include <vector>
7 
12 
15 
16 
18  public:
21 
22  private:
23  virtual void beginJob() ;
24  virtual bool filter(edm::Event&, const edm::EventSetup&);
25  virtual void endJob() ;
26 
27  unsigned int numberOfSeeds_;
28  std::string seedCollectionLabel_;
29 
30 };
31 
32 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
RoadSearchEventFilter(const edm::ParameterSet &)