CMS 3D CMS Logo

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:
20  ~ComphepSingletopFilter() override;
21 private:
22  void beginJob() override ;
23  bool filter(edm::Event&, const edm::EventSetup&) override;
24  void endJob() override ;
25 private:
26  double ptsep;
27  unsigned int read22, read23;
28  unsigned int pass22, pass23;
30 };
31 
32 #endif
bool filter(edm::Event &, const edm::EventSetup &) override
ComphepSingletopFilter(const edm::ParameterSet &)