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 
39  public:
40  explicit MCDijetResonance(const edm::ParameterSet&);
42  virtual void endJob() ;
43 
44  virtual bool filter(edm::Event&, const edm::EventSetup&);
45  private:
46  // ----------member data ---------------------------
47  std::string label_;
48  std::string dijetProcess;
49  unsigned int nEvents;
50  unsigned int nAccepted;
52  int bosonID;
53 };
54 #endif
virtual bool filter(edm::Event &, const edm::EventSetup &)
std::string label_
unsigned int nAccepted
MCDijetResonance(const edm::ParameterSet &)
std::string dijetProcess
unsigned int nEvents
virtual void endJob()