CMS 3D CMS Logo

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 
34 
38 
39 //
40 // class declaration
41 //
42 
44 
45  protected:
46  //
47  // typedefs & structs
48  //
49 
50  public:
51 
52  explicit HiL1Subtractor(const edm::ParameterSet&);
54 
55 
56  private:
57  virtual void beginJob() ;
58  virtual void produce(edm::Event&, const edm::EventSetup&);
59  virtual void endJob() ;
60 
61 
62  // ----------member data ---------------------------
63  // input jet source
67 
68  protected:
69  std::string jetType_; // Type of jet
70  std::string rhoTagString_; // Algorithm for rho estimation
71 
73 };
74 
75 
76 #endif
virtual void endJob()
HiL1Subtractor(const edm::ParameterSet &)
std::string rhoTagString_
std::string jetType_
edm::EDGetTokenT< edm::View< reco::GenJet > > genJetSrc_
edm::EDGetTokenT< edm::View< reco::CaloJet > > caloJetSrc_
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< edm::View< reco::PFJet > > pfJetSrc_
edm::EDGetTokenT< std::vector< double > > rhoTag_
virtual void beginJob()