CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HiL1Subtractor.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetProducers_plugins_HiL1Subtractor_h
2 #define RecoJets_JetProducers_plugins_HiL1Subtractor_h
3 
4 // -*- C++ -*-
5 //
6 // Package: HiL1Subtractor
7 // Class: HiL1Subtractor
8 //
16 //
17 // Original Author: "Matthew Nguyen"
18 // Created: Sun Nov 7 12:18:18 CDT 2010
19 //
20 //
21 
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
32 
35 
36 
37 //
38 // class declaration
39 //
40 
42 
43  protected:
44  //
45  // typedefs & structs
46  //
47 
48  public:
49 
50  explicit HiL1Subtractor(const edm::ParameterSet&);
52 
53 
54  private:
55  virtual void beginJob() ;
56  virtual void produce(edm::Event&, const edm::EventSetup&);
57  virtual void endJob() ;
58 
59 
60  // ----------member data ---------------------------
61  edm::InputTag src_; // input jet source
62 
63  protected:
64  std::string jetType_; // Type of jet
65  std::string rhoTag_; // Algorithm for rho estimation
66 };
67 
68 
69 #endif
virtual void endJob()
edm::InputTag src_
HiL1Subtractor(const edm::ParameterSet &)
std::string rhoTag_
std::string jetType_
virtual void produce(edm::Event &, const edm::EventSetup &)
virtual void beginJob()