#include <TauAnalysis/EmbeddingProducer/plugins/EmbeddingVertexCorrector.cc>
Public Member Functions | |
EmbeddingVertexCorrector (const edm::ParameterSet &) | |
~EmbeddingVertexCorrector () 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 | |
edm::InputTag | sourceLabel |
edm::InputTag | vertexPositionLabel |
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: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 57 of file EmbeddingVertexCorrector.cc.
|
explicit |
Definition at line 75 of file EmbeddingVertexCorrector.cc.
References edm::ParameterSet::getParameter(), HLT_FULL_cff::InputTag, sourceLabel, and vertexPositionLabel.
|
override |
Definition at line 84 of file EmbeddingVertexCorrector.cc.
|
static |
Definition at line 112 of file EmbeddingVertexCorrector.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and edm::ParameterSetDescription::setUnknown().
|
overrideprivate |
Definition at line 91 of file EmbeddingVertexCorrector.cc.
References edm::Event::getByLabel(), eostools::move(), edm::Event::put(), sourceLabel, and vertexPositionLabel.
|
private |
Definition at line 68 of file EmbeddingVertexCorrector.cc.
Referenced by EmbeddingVertexCorrector(), and produce().
|
private |
Definition at line 69 of file EmbeddingVertexCorrector.cc.
Referenced by EmbeddingVertexCorrector(), and produce().