CMS 3D CMS Logo

ComphepSingletopFilterPy8.h
Go to the documentation of this file.
1 #ifndef ComphepSingletopFilterPy8_h
2 #define ComphepSingletopFilterPy8_h
3 
4 
5 // user include files
11 
12 //
13 // class declaration
14 //
15 namespace edm {
16  class HepMCProduct;
17 }
18 
20 public:
22  ~ComphepSingletopFilterPy8() override;
23 private:
24  void beginJob() override ;
25  bool filter(edm::Event&, const edm::EventSetup&) override;
26  void endJob() override ;
28 private:
29 // edm::InputTag hepMCProductTag;
30  double ptsep;
31  int read22, read23, pass22, pass23, hardLep;
32 };
33 
34 #endif
void beginJob()
Definition: Breakpoints.cc:14
edm::EDGetTokenT< edm::HepMCProduct > token_
HLT enums.