#include <RecoJets/FFTJetProducers/plugins/FFTJetPileupProcessor.cc>
Protected Member Functions | |
void | beginJob () override |
void | endJob () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Protected Member Functions inherited from fftjetcms::FFTJetInterface | |
template<class Ptr > | |
void | checkConfig (const Ptr &ptr, const char *message) |
void | discretizeEnergyFlow () |
FFTJetInterface (const edm::ParameterSet &) | |
double | getEventScale () const |
void | loadInputCollection (const edm::Event &) |
bool | storeInSinglePrecision () const |
const reco::Particle::Point & | vertexUsed () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 | |
void | buildKernelConvolver (const edm::ParameterSet &) |
FFTJetPileupProcessor () | |
FFTJetPileupProcessor (const FFTJetPileupProcessor &) | |
void | loadFlatteningFactors (const edm::EventSetup &iSetup) |
void | mixExtraGrid () |
FFTJetPileupProcessor & | operator= (const FFTJetPileupProcessor &) |
Private Attributes | |
std::auto_ptr< fftjet::Grid2d < fftjetcms::Real > > | convolvedFlow |
std::auto_ptr < fftjet::AbsConvolverBase < Real > > | convolver |
unsigned | convolverMaxBin |
unsigned | convolverMinBin |
unsigned | currentFileNum |
std::auto_ptr< MyFFTEngine > | engine |
std::vector< double > | etaFlatteningFactors |
std::vector< std::string > | externalGridFiles |
double | externalGridMaxEnergy |
std::auto_ptr < fftjet::EquidistantInLogSpace > | filterScales |
std::string | flatteningTableCategory |
std::string | flatteningTableName |
std::string | flatteningTableRecord |
std::ifstream | gridStream |
std::auto_ptr < fftjet::AbsFrequencyKernel > | kernel2d |
bool | loadFlatteningFactorsFromDB |
unsigned | nPercentiles |
std::vector< double > | percentileData |
double | pileupEtaPhiArea |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from fftjetcms::FFTJetInterface | |
const AnomalousTower | anomalous |
std::vector< unsigned > | candidateIndex |
const bool | doPVCorrection |
std::auto_ptr< fftjet::Grid2d < fftjetcms::Real > > | energyFlow |
const std::vector< double > | etaDependentMagnutideFactors |
std::vector < fftjetcms::VectorLike > | eventData |
edm::Handle< reco::CandidateView > | inputCollection |
const edm::InputTag | inputLabel |
const JetType | jetType |
const std::string | outputLabel |
const edm::InputTag | srcPVs |
Description: Runs FFTJet multiscale pileup filtering code and saves the results
Implementation: [Notes on implementation]
Definition at line 53 of file FFTJetPileupProcessor.cc.
|
explicit |
Definition at line 125 of file FFTJetPileupProcessor.cc.
References buildKernelConvolver(), fftjetcms::FFTJetInterface::checkConfig(), convolvedFlow, fftjetcms::FFTJetInterface::energyFlow, etaFlatteningFactors, edm::hlt::Exception, fftjetcms::fftjet_Grid2d_parser(), filterScales, edm::ParameterSet::getParameter(), nPercentiles, fftjetcms::FFTJetInterface::outputLabel, and percentileData.
FFTJetPileupProcessor::~FFTJetPileupProcessor | ( | ) |
Definition at line 220 of file FFTJetPileupProcessor.cc.
|
private |
|
private |
|
overrideprotectedvirtual |
Reimplemented from edm::EDProducer.
Definition at line 373 of file FFTJetPileupProcessor.cc.
|
private |
Definition at line 183 of file FFTJetPileupProcessor.cc.
References convolver, convolverMaxBin, convolverMinBin, fftjetcms::FFTJetInterface::energyFlow, engine, edm::hlt::Exception, edm::ParameterSet::getParameter(), kernel2d, and M_PI.
Referenced by FFTJetPileupProcessor().
|
overrideprotectedvirtual |
Reimplemented from edm::EDProducer.
Definition at line 379 of file FFTJetPileupProcessor.cc.
|
private |
Definition at line 384 of file FFTJetPileupProcessor.cc.
References fftjetcms::FFTJetInterface::energyFlow, eta(), etaFlatteningFactors, f, flatteningTableCategory, flatteningTableName, flatteningTableRecord, h, and StaticFFTJetRcdMapper< Mapper >::instance().
Referenced by produce().
|
private |
Definition at line 305 of file FFTJetPileupProcessor.cc.
References fftjetcms::add_Grid2d_data(), currentFileNum, fftjetcms::FFTJetInterface::energyFlow, edm::hlt::Exception, externalGridFiles, externalGridMaxEnergy, g, gridStream, recoMuon::in, mergeAndRegister::ntries, and SiPixelLorentzAngle_cfi::read.
Referenced by produce().
|
private |
|
overrideprotectedvirtual |
Implements edm::EDProducer.
Definition at line 226 of file FFTJetPileupProcessor.cc.
References convolvedFlow, convolver, convolverMaxBin, convolverMinBin, fftjetcms::FFTJetInterface::discretizeEnergyFlow(), fftjetcms::FFTJetInterface::energyFlow, etaFlatteningFactors, externalGridFiles, filterScales, g, loadFlatteningFactors(), loadFlatteningFactorsFromDB, fftjetcms::FFTJetInterface::loadInputCollection(), mixExtraGrid(), nPercentiles, fftjetcms::FFTJetInterface::outputLabel, percentileData, pileupEtaPhiArea, edm::Event::put(), lumiQueryAPI::q, and python.multivaluedict::sort().
|
private |
Definition at line 84 of file FFTJetPileupProcessor.cc.
Referenced by FFTJetPileupProcessor(), and produce().
|
private |
Definition at line 81 of file FFTJetPileupProcessor.cc.
Referenced by buildKernelConvolver(), and produce().
|
private |
Definition at line 98 of file FFTJetPileupProcessor.cc.
Referenced by buildKernelConvolver(), and produce().
|
private |
Definition at line 97 of file FFTJetPileupProcessor.cc.
Referenced by buildKernelConvolver(), and produce().
|
private |
Definition at line 107 of file FFTJetPileupProcessor.cc.
Referenced by mixExtraGrid().
|
private |
Definition at line 75 of file FFTJetPileupProcessor.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 91 of file FFTJetPileupProcessor.cc.
Referenced by FFTJetPileupProcessor(), loadFlatteningFactors(), and produce().
|
private |
Definition at line 104 of file FFTJetPileupProcessor.cc.
Referenced by mixExtraGrid(), and produce().
|
private |
Definition at line 106 of file FFTJetPileupProcessor.cc.
Referenced by mixExtraGrid().
|
private |
Definition at line 87 of file FFTJetPileupProcessor.cc.
Referenced by FFTJetPileupProcessor(), and produce().
|
private |
Definition at line 118 of file FFTJetPileupProcessor.cc.
Referenced by loadFlatteningFactors().
|
private |
Definition at line 117 of file FFTJetPileupProcessor.cc.
Referenced by loadFlatteningFactors().
|
private |
Definition at line 116 of file FFTJetPileupProcessor.cc.
Referenced by loadFlatteningFactors().
|
private |
Definition at line 105 of file FFTJetPileupProcessor.cc.
Referenced by mixExtraGrid().
|
private |
Definition at line 78 of file FFTJetPileupProcessor.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 119 of file FFTJetPileupProcessor.cc.
Referenced by produce().
|
private |
Definition at line 94 of file FFTJetPileupProcessor.cc.
Referenced by FFTJetPileupProcessor(), and produce().
|
private |
Definition at line 110 of file FFTJetPileupProcessor.cc.
Referenced by FFTJetPileupProcessor(), and produce().
|
private |
Definition at line 101 of file FFTJetPileupProcessor.cc.
Referenced by produce().