#include <FixedGridRhoProducerFastjet.h>
Public Member Functions | |
FixedGridRhoProducerFastjet (const edm::ParameterSet &iConfig) | |
~FixedGridRhoProducerFastjet () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
fastjet::GridMedianBackgroundEstimator | bge_ |
edm::EDGetTokenT< edm::View < reco::Candidate > > | input_pfcoll_token_ |
edm::InputTag | pfCandidatesTag_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 11 of file FixedGridRhoProducerFastjet.h.
|
explicit |
Definition at line 9 of file FixedGridRhoProducerFastjet.cc.
References edm::ParameterSet::getParameter(), input_pfcoll_token_, and pfCandidatesTag_.
|
override |
Definition at line 17 of file FixedGridRhoProducerFastjet.cc.
|
overrideprivate |
Definition at line 19 of file FixedGridRhoProducerFastjet.cc.
References bge_, edm::Event::getByToken(), mps_fire::i, input_pfcoll_token_, PixelMapPlotter::inputs, and edm::Event::put().
|
private |
Definition at line 20 of file FixedGridRhoProducerFastjet.h.
Referenced by produce().
|
private |
Definition at line 22 of file FixedGridRhoProducerFastjet.h.
Referenced by FixedGridRhoProducerFastjet(), and produce().
|
private |
Definition at line 19 of file FixedGridRhoProducerFastjet.h.
Referenced by FixedGridRhoProducerFastjet().