#include <RecoJets/FFTJetProducers/plugins/FFTJetPileupEstimator.cc>
Protected Member Functions | |
void | beginJob () override |
void | endJob () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Private Member Functions | |
std::unique_ptr < reco::FFTJetPileupSummary > | calibrateFromConfig (double uncalibrated) const |
std::unique_ptr < reco::FFTJetPileupSummary > | calibrateFromDB (double uncalibrated, const edm::EventSetup &iSetup) const |
template<class Ptr > | |
void | checkConfig (const Ptr &ptr, const char *message) |
Private Attributes | |
std::unique_ptr < fftjet::Functor1< double, double > > | calibrationCurve |
std::string | calibrationCurveName |
std::string | calibTableCategory |
std::string | calibTableRecord |
double | cdfvalue |
unsigned | filterNumber |
edm::InputTag | inputLabel |
edm::EDGetTokenT < reco::DiscretizedEnergyFlow > | inputToken |
bool | loadCalibFromDB |
std::string | outputLabel |
double | ptToDensityFactor |
std::unique_ptr < fftjet::Functor1< double, double > > | uncertaintyCurve |
std::string | uncertaintyCurveName |
std::vector< double > | uncertaintyZones |
std::string | uncertaintyZonesName |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Description: applies calibration curve and estimates the actual pileup
Implementation: [Notes on implementation]
Definition at line 46 of file FFTJetPileupEstimator.cc.
|
explicit |
Definition at line 106 of file FFTJetPileupEstimator.cc.
References calibrationCurve, checkConfig(), fftjetcms::fftjet_Function_parser(), edm::ParameterSet::getParameter(), inputLabel, inputToken, outputLabel, and uncertaintyCurve.
|
delete |
|
delete |
|
override |
Definition at line 130 of file FFTJetPileupEstimator.cc.
|
overrideprotectedvirtual |
|
private |
Definition at line 168 of file FFTJetPileupEstimator.cc.
References mps_fire::i, ptToDensityFactor, and uncertaintyZones.
Referenced by produce().
|
private |
Definition at line 196 of file FFTJetPileupEstimator.cc.
References calibrationCurveName, calibTableCategory, calibTableRecord, h, StaticFFTJetRcdMapper< Mapper >::instance(), ptToDensityFactor, uncertaintyCurveName, and uncertaintyZonesName.
Referenced by produce().
|
inlineprivate |
Definition at line 66 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
overrideprotectedvirtual |
|
delete |
|
overrideprotectedvirtual |
Implements edm::EDProducer.
Definition at line 137 of file FFTJetPileupEstimator.cc.
References calibrateFromConfig(), calibrateFromDB(), cdfvalue, reco::DiscretizedEnergyFlow::data(), Exception, filterNumber, edm::Event::getByToken(), h, input, inputToken, loadCalibFromDB, eostools::move(), reco::DiscretizedEnergyFlow::nEtaBins(), reco::DiscretizedEnergyFlow::nPhiBins(), outputLabel, edm::Event::put(), and edmLumisInFiles::summary.
|
private |
Definition at line 79 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
private |
Definition at line 98 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 96 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 95 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 75 of file FFTJetPileupEstimator.cc.
Referenced by produce().
|
private |
Definition at line 77 of file FFTJetPileupEstimator.cc.
Referenced by produce().
|
private |
Definition at line 71 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
private |
Definition at line 72 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator(), and produce().
|
private |
Definition at line 100 of file FFTJetPileupEstimator.cc.
Referenced by produce().
|
private |
Definition at line 74 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator(), and produce().
|
private |
Definition at line 76 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromConfig(), and calibrateFromDB().
|
private |
Definition at line 80 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
private |
Definition at line 99 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 78 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromConfig().
|
private |
Definition at line 97 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().