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 // $Id: HiL1Subtractor.h,v 1.1 2011/01/10 19:56:55 mnguyen Exp $
20 //
21 //
22 
23 
24 // system include files
25 #include <memory>
26 
27 // user include files
30 
33 
36 
37 
38 //
39 // class declaration
40 //
41 
43 
44  protected:
45  //
46  // typedefs & structs
47  //
48 
49  public:
50 
51  explicit HiL1Subtractor(const edm::ParameterSet&);
53 
54 
55  private:
56  virtual void beginJob() ;
57  virtual void produce(edm::Event&, const edm::EventSetup&);
58  virtual void endJob() ;
59 
60 
61  // ----------member data ---------------------------
62  edm::InputTag src_; // input jet source
63 
64  protected:
65  std::string jetType_; // Type of jet
66  std::string rhoTag_; // Algorithm for rho estimation
67 };
68 
69 
70 #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()