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 // system include files
23 #include <memory>
24 
25 // user include files
28 
31 
33 
37 
38 //
39 // class declaration
40 //
41 
43 protected:
44  //
45  // typedefs & structs
46  //
47 
48 public:
49  explicit HiL1Subtractor(const edm::ParameterSet&);
50 
51 private:
52  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
53 
54  // ----------member data ---------------------------
55  // input jet source
59 
60 protected:
61  std::string jetType_; // Type of jet
62  std::string rhoTagString_; // Algorithm for rho estimation
63 
65 };
66 
67 #endif
HiL1Subtractor(const edm::ParameterSet &)
std::string rhoTagString_
std::string jetType_
edm::EDGetTokenT< edm::View< reco::GenJet > > genJetSrc_
edm::EDGetTokenT< edm::View< reco::CaloJet > > caloJetSrc_
edm::EDGetTokenT< edm::View< reco::PFJet > > pfJetSrc_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::EDGetTokenT< std::vector< double > > rhoTag_