#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::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
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) |
FFTJetPileupEstimator () | |
FFTJetPileupEstimator (const FFTJetPileupEstimator &) | |
FFTJetPileupEstimator & | operator= (const FFTJetPileupEstimator &) |
Private Attributes | |
std::auto_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::auto_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 | |
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) |
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 111 of file FFTJetPileupEstimator.cc.
References calibrationCurve, checkConfig(), fftjetcms::fftjet_Function_parser(), edm::ParameterSet::getParameter(), inputLabel, inputToken, outputLabel, and uncertaintyCurve.
FFTJetPileupEstimator::~FFTJetPileupEstimator | ( | ) |
Definition at line 139 of file FFTJetPileupEstimator.cc.
|
private |
|
private |
|
overrideprotectedvirtual |
Reimplemented from edm::EDProducer.
Definition at line 183 of file FFTJetPileupEstimator.cc.
|
private |
Definition at line 194 of file FFTJetPileupEstimator.cc.
References i, ptToDensityFactor, mitigatedMETSequence_cff::U, and uncertaintyZones.
Referenced by produce().
|
private |
Definition at line 230 of file FFTJetPileupEstimator.cc.
References calibrationCurveName, calibTableCategory, calibTableRecord, DEFINE_FWK_MODULE, h, StaticFFTJetRcdMapper< Mapper >::instance(), ptToDensityFactor, mitigatedMETSequence_cff::U, uncertaintyCurveName, and uncertaintyZonesName.
Referenced by produce().
|
inlineprivate |
Definition at line 70 of file FFTJetPileupEstimator.cc.
References NULL.
Referenced by FFTJetPileupEstimator().
|
overrideprotectedvirtual |
Reimplemented from edm::EDProducer.
Definition at line 188 of file FFTJetPileupEstimator.cc.
|
private |
|
overrideprotected |
Definition at line 148 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(), fftjetcommon_cfi::nScales, outputLabel, edm::Event::put(), and heppy_report::summary.
|
private |
Definition at line 84 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
private |
Definition at line 103 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 101 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 100 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 80 of file FFTJetPileupEstimator.cc.
Referenced by produce().
|
private |
Definition at line 82 of file FFTJetPileupEstimator.cc.
Referenced by produce().
|
private |
Definition at line 76 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
private |
Definition at line 77 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator(), and produce().
|
private |
Definition at line 105 of file FFTJetPileupEstimator.cc.
Referenced by produce().
|
private |
Definition at line 79 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator(), and produce().
|
private |
Definition at line 81 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromConfig(), and calibrateFromDB().
|
private |
Definition at line 85 of file FFTJetPileupEstimator.cc.
Referenced by FFTJetPileupEstimator().
|
private |
Definition at line 104 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().
|
private |
Definition at line 83 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromConfig().
|
private |
Definition at line 102 of file FFTJetPileupEstimator.cc.
Referenced by calibrateFromDB().