#include <ECFAdder.h>
Public Member Functions | |
ECFAdder (const edm::ParameterSet &iConfig) | |
float | getECF (unsigned index, const edm::Ptr< reco::Jet > &object) const |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
double | alpha_ |
double | beta_ |
std::vector< std::string > | cuts_ |
std::string | ecftype_ |
edm::EDGetTokenT< edm::ValueMap< float > > | input_weights_token_ |
std::vector< unsigned > | Njets_ |
std::vector< std::shared_ptr< fastjet::FunctionOfPseudoJet< double > > > | routine_ |
std::vector< StringCutObjectSelector< reco::Jet > > | selectors_ |
edm::InputTag | src_ |
edm::EDGetTokenT< edm::View< reco::Jet > > | src_token_ |
std::vector< std::string > | variables_ |
edm::ValueMap< float > const * | weightsHandle_ |
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 15 of file ECFAdder.h.
|
explicit |
Definition at line 9 of file ECFAdder.cc.
References alpha_, beta_, cuts_, ecftype_, Exception, edm::ParameterSet::getParameter(), input_weights_token_, dqmiodumpmetadata::n, Njets_, routine_, selectors_, HLT_2024v10_cff::srcWeights, and variables_.
|
static |
Definition at line 137 of file ECFAdder.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), ProducerED_cfi::InputTag, edm::ParameterSetDescription::setComment(), edm::ParameterDescriptionNode::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
Definition at line 92 of file ECFAdder.cc.
References runTheMatrix::const, Calorimetry_cff::dp, input_weights_token_, edm::EDGetTokenT< T >::isUninitialized(), join(), dqmdumpme::k, MainPageGenerator::l, Njets_, resolutioncreator_cfi::object, routine_, and w().
Referenced by produce().
|
override |
Definition at line 57 of file ECFAdder.cc.
References getECF(), mps_fire::i, iEvent, input_weights_token_, edm::EDGetTokenT< T >::isUninitialized(), PDWG_EXODelayedJetMET_cff::jets, eostools::move(), dqmiodumpmetadata::n, Njets_, selectors_, src_token_, submitPVValidationJobs::t, variables_, and weightsHandle_.
|
private |
Definition at line 31 of file ECFAdder.h.
Referenced by ECFAdder().
|
private |
Definition at line 32 of file ECFAdder.h.
Referenced by ECFAdder().
|
private |
Definition at line 28 of file ECFAdder.h.
Referenced by ECFAdder().
|
private |
Definition at line 29 of file ECFAdder.h.
Referenced by ECFAdder().
|
private |
Definition at line 36 of file ECFAdder.h.
Referenced by ECFAdder(), getECF(), and produce().
|
private |
Definition at line 27 of file ECFAdder.h.
Referenced by ECFAdder(), getECF(), and produce().
|
private |
Definition at line 34 of file ECFAdder.h.
Referenced by ECFAdder(), and getECF().
|
private |
Definition at line 35 of file ECFAdder.h.
Referenced by ECFAdder(), and produce().
|
private |
Definition at line 25 of file ECFAdder.h.
|
private |
Definition at line 26 of file ECFAdder.h.
Referenced by produce().
|
private |
Definition at line 30 of file ECFAdder.h.
Referenced by ECFAdder(), and produce().
|
private |
Definition at line 37 of file ECFAdder.h.
Referenced by produce().