#include <Phase1L1TJetCalibrator.cc>
Public Member Functions | |
Phase1L1TJetCalibrator (const edm::ParameterSet &) | |
~Phase1L1TJetCalibrator () 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 Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< std::vector< double > > | _jetCalibrationFactorsPtBins |
std::vector< double > | absEtaBinning_ |
std::vector< edm::ParameterSet > | calibration_ |
edm::EDGetTokenT< std::vector< reco::CaloJet > > | inputCollectionTag_ |
std::vector< std::vector< double > > | jetCalibrationFactorsBinnedInEta_ |
size_t | nBinsEta_ |
std::string | outputCollectionName_ |
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 |
Description: Applies calibrations to reco::calojets
INPUT PARAMETERS *** inputCollectionTag, InputTag, collection of reco calojet to calibrate absEtaBinning, vdouble with eta bins, allows for non-homogeneous binning calibration, VPSet with calibration factors outputCollectionName, string, output collection tag name
Definition at line 43 of file Phase1L1TJetCalibrator.cc.
|
explicit |
Definition at line 76 of file Phase1L1TJetCalibrator.cc.
References _jetCalibrationFactorsPtBins, calibration_, jetCalibrationFactorsBinnedInEta_, outputCollectionName_, and muonDTDigis_cfi::pset.
|
override |
Definition at line 93 of file Phase1L1TJetCalibrator.cc.
|
static |
Definition at line 169 of file Phase1L1TJetCalibrator.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 100 of file Phase1L1TJetCalibrator.cc.
References _jetCalibrationFactorsPtBins, absEtaBinning_, PVValHelper::eta, muonRecoAnalyzer_cfi::etaBin, iEvent, inputCollectionTag_, jetCalibrationFactorsBinnedInEta_, l1tSlwPFPuppiJetsCorrected_cfi::l1tCalibrationFactors, l1tSlwPFPuppiJetsCorrected_cfi::l1tPtBins, LogDebug, eostools::move(), outputCollectionName_, DiDispStaMuonMonitor_cfi::pt, reco::LeafCandidate::pt(), muonRecoAnalyzer_cfi::ptBin, jetUpdater_cfi::sort, and pfDeepBoostedJetPreprocessParams_cfi::upper_bound.
|
private |
Definition at line 60 of file Phase1L1TJetCalibrator.cc.
Referenced by Phase1L1TJetCalibrator(), and produce().
|
private |
Definition at line 54 of file Phase1L1TJetCalibrator.cc.
Referenced by produce().
|
private |
Definition at line 56 of file Phase1L1TJetCalibrator.cc.
Referenced by Phase1L1TJetCalibrator().
|
private |
Definition at line 53 of file Phase1L1TJetCalibrator.cc.
Referenced by produce().
|
private |
Definition at line 59 of file Phase1L1TJetCalibrator.cc.
Referenced by Phase1L1TJetCalibrator(), and produce().
|
private |
Definition at line 55 of file Phase1L1TJetCalibrator.cc.
|
private |
Definition at line 57 of file Phase1L1TJetCalibrator.cc.
Referenced by Phase1L1TJetCalibrator(), and produce().