CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ComphepSingletopFilter.h
Go to the documentation of this file.
1 #ifndef ComphepSingletopFilter_h
2 #define ComphepSingletopFilter_h
3 
4 
5 // user include files
11 
12 //
13 // class declaration
14 //
15 
16 
18 public:
21 private:
22  virtual void beginJob() ;
23  virtual bool filter(edm::Event&, const edm::EventSetup&);
24  virtual void endJob() ;
25 private:
26  double ptsep;
27  unsigned int read22, read23;
28  unsigned int pass22, pass23;
30 };
31 
32 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
ComphepSingletopFilter(const edm::ParameterSet &)