CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MCDijetResonance.h
Go to the documentation of this file.
1 #ifndef MCDijetResonance_h
2 #define MCDijetResonance_h
3 // -*- C++ -*-
4 //
5 // Package: MCDijetResonance
6 // Class: MCDijetResonance
7 //
8 /*
9 
10  Description: filter to select Dijet Resonance events.
11 
12  Implementation: inherits from generic EDFilter
13 
14 */
15 //
16 // Author: Robert Harris
17 //
18 //
19 
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
30 
32 
33 
34 //
35 // class decleration
36 //
37 namespace edm {
38  class HepMCProduct;
39 }
40 
42  public:
43  explicit MCDijetResonance(const edm::ParameterSet&);
45  virtual void endJob() ;
46 
47  virtual bool filter(edm::Event&, const edm::EventSetup&);
48  private:
49  // ----------member data ---------------------------
52  unsigned int nEvents;
53  unsigned int nAccepted;
55  int bosonID;
56 };
57 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< edm::HepMCProduct > token_
unsigned int nAccepted
MCDijetResonance(const edm::ParameterSet &)
std::string dijetProcess
unsigned int nEvents
virtual void endJob()