CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimpleEventFilter.h
Go to the documentation of this file.
1 #ifndef SimpleEventFilter_H
2 #define SimpleEventFilter_H
3 
6 
8  public:
11  private:
12  bool filter( edm::Event &, edm::EventSetup const& );
13  int nEvent_;
15  bool verbose_;
16 };
17 
18 #endif
SimpleEventFilter(const edm::ParameterSet &)
bool filter(edm::Event &, edm::EventSetup const &)