CMS 3D CMS Logo

FixedGridRhoProducerFastjet.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetProducers_plugins_FixedGridRhoProducerFastjet_h
2 #define RecoJets_JetProducers_plugins_FixedGridRhoProducerFastjet_h
3 
9 #include "fastjet/tools/GridMedianBackgroundEstimator.hh"
10 
11 
13 
14  public:
15  explicit FixedGridRhoProducerFastjet(const edm::ParameterSet& iConfig);
17 
18  private:
19  void produce(edm::Event&, const edm::EventSetup&) override;
20 
22  fastjet::GridMedianBackgroundEstimator bge_;
23 
25 
26 };
27 
28 
29 #endif
FixedGridRhoProducerFastjet(const edm::ParameterSet &iConfig)
edm::EDGetTokenT< edm::View< reco::Candidate > > input_pfcoll_token_
void produce(edm::Event &, const edm::EventSetup &) override
fastjet::GridMedianBackgroundEstimator bge_