#include <RecoJets/FFTJetProducers/plugins/FFTJetEFlowSmoother.cc>
Public Member Functions | |
FFTJetEFlowSmoother (const edm::ParameterSet &) | |
FFTJetEFlowSmoother ()=delete | |
FFTJetEFlowSmoother (const FFTJetEFlowSmoother &)=delete | |
FFTJetEFlowSmoother & | operator= (const FFTJetEFlowSmoother &)=delete |
~FFTJetEFlowSmoother () override | |
Public Member Functions inherited from fftjetcms::FFTJetInterface | |
FFTJetInterface ()=delete | |
FFTJetInterface (const FFTJetInterface &)=delete | |
FFTJetInterface & | operator= (const FFTJetInterface &)=delete |
~FFTJetInterface () 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 |
Protected Member Functions | |
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 |
Private Member Functions | |
void | buildKernelConvolver (const edm::ParameterSet &) |
Private Attributes | |
std::unique_ptr< MyFFTEngine > | anotherEngine |
std::unique_ptr< fftjet::Grid2d< fftjetcms::Real > > | convolvedFlow |
std::unique_ptr< fftjet::AbsConvolverBase< Real > > | convolver |
std::unique_ptr< MyFFTEngine > | engine |
std::unique_ptr< fftjet::AbsFrequencyKernel1d > | etaKernel |
double | etConversionFactor |
std::unique_ptr< std::vector< double > > | iniScales |
std::unique_ptr< fftjet::AbsFrequencyKernel > | kernel2d |
std::unique_ptr< fftjet::AbsFrequencyKernel1d > | phiKernel |
double | scalePower |
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 |
Protected Attributes inherited from fftjetcms::FFTJetInterface | |
const AnomalousTower | anomalous |
std::vector< unsigned > | candidateIndex |
const bool | doPVCorrection |
std::unique_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 filtering code for multiple scales and saves the results
Implementation: [Notes on implementation]
Definition at line 51 of file FFTJetEFlowSmoother.cc.
|
explicit |
Definition at line 94 of file FFTJetEFlowSmoother.cc.
References buildKernelConvolver(), fftjetcms::FFTJetInterface::checkConfig(), convolvedFlow, fftjetcms::FFTJetInterface::energyFlow, fftjetcms::fftjet_Grid2d_parser(), fftjetcms::fftjet_ScaleSet_parser(), edm::ParameterSet::getParameter(), iniScales, and fftjetcms::FFTJetInterface::outputLabel.
|
delete |
|
delete |
|
override |
Definition at line 184 of file FFTJetEFlowSmoother.cc.
|
private |
Definition at line 117 of file FFTJetEFlowSmoother.cc.
References anotherEngine, convolver, fftjeteflowsmoother_cfi::convolverMaxBin, fftjeteflowsmoother_cfi::convolverMinBin, fftjetcms::FFTJetInterface::energyFlow, engine, fftjeteflowsmoother_cfi::etaDependentScaleFactors, etaKernel, Exception, fftjeteflowsmoother_cfi::fixEfficiency, edm::ParameterSet::getParameter(), kernel2d, fftjeteflowsmoother_cfi::kernelEtaScale, fftjeteflowsmoother_cfi::kernelPhiScale, M_PI, and phiKernel.
Referenced by FFTJetEFlowSmoother().
|
delete |
|
overrideprotected |
Definition at line 187 of file FFTJetEFlowSmoother.cc.
References convolvedFlow, convolver, fftjetcms::FFTJetInterface::discretizeEnergyFlow(), fftjetcms::FFTJetInterface::energyFlow, etConversionFactor, g, fftjetcms::FFTJetInterface::getEventScale(), h, hcalRecHitTable_cff::ieta, iEvent, iniScales, hcalRecHitTable_cff::iphi, fftjetcms::FFTJetInterface::loadInputCollection(), M_PI, eostools::move(), HLT_2023v12_cff::nEta, HLT_2023v12_cff::nPhi, fftjetcommon_cfi::nScales, fftjetcms::FFTJetInterface::outputLabel, funct::pow(), scalePower, l1tGTDoubleObjectCond_cfi::scales, and mitigatedMETSequence_cff::U.
|
private |
Definition at line 74 of file FFTJetEFlowSmoother.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 67 of file FFTJetEFlowSmoother.cc.
Referenced by FFTJetEFlowSmoother(), and produce().
|
private |
Definition at line 82 of file FFTJetEFlowSmoother.cc.
Referenced by buildKernelConvolver(), and produce().
|
private |
Definition at line 73 of file FFTJetEFlowSmoother.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 78 of file FFTJetEFlowSmoother.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 88 of file FFTJetEFlowSmoother.cc.
Referenced by produce().
|
private |
Definition at line 70 of file FFTJetEFlowSmoother.cc.
Referenced by FFTJetEFlowSmoother(), and produce().
|
private |
Definition at line 77 of file FFTJetEFlowSmoother.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 79 of file FFTJetEFlowSmoother.cc.
Referenced by buildKernelConvolver().
|
private |
Definition at line 85 of file FFTJetEFlowSmoother.cc.
Referenced by produce().