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 
12 public:
13  explicit FixedGridRhoProducerFastjet(const edm::ParameterSet& iConfig);
15 
16 private:
17  void produce(edm::Event&, const edm::EventSetup&) override;
18 
20  fastjet::GridMedianBackgroundEstimator bge_;
21 
23 };
24 
25 #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_