#include <ShiftedPFCandidateProducerByMatchedObject.h>
Classes | |
struct | objectEntryType |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
double | dR2match_Object_ |
double | dR2match_PFCandidate_ |
double | dRmatch_Object_ |
double | dRmatch_PFCandidate_ |
std::vector< objectEntryType > | objects_ |
edm::EDGetTokenT< reco::PFCandidateCollection > | srcPFCandidates_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | srcShiftedObjects_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | srcUnshiftedObjects_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Vary energy of PFCandidates coinciding in eta-phi with selected electrons/muons/tau-jets/jets by electron/muon/tau-jet/jet energy uncertainty.
Definition at line 31 of file ShiftedPFCandidateProducerByMatchedObject.h.
|
explicit |
Definition at line 5 of file ShiftedPFCandidateProducerByMatchedObject.cc.
References dR2match_Object_, dR2match_PFCandidate_, dRmatch_Object_, dRmatch_PFCandidate_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), srcPFCandidates_, srcShiftedObjects_, and srcUnshiftedObjects_.
|
override |
Definition at line 19 of file ShiftedPFCandidateProducerByMatchedObject.cc.
|
overrideprivate |
Definition at line 24 of file ShiftedPFCandidateProducerByMatchedObject.cc.
References DEFINE_FWK_MODULE, reco::deltaR2(), dR2match_Object_, dR2match_PFCandidate_, dRDefault, edm::Event::getByToken(), ResonanceBuilder::mass, eostools::move(), resolutioncreator_cfi::object, objects_, edm::Event::put(), reco::LeafCandidate::setP4(), edm::shift, mathSSE::sqrt(), srcPFCandidates_, srcShiftedObjects_, and srcUnshiftedObjects_.
|
private |
Definition at line 49 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 47 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 48 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 46 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 73 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by produce().
|
private |
Definition at line 42 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 44 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().
|
private |
Definition at line 43 of file ShiftedPFCandidateProducerByMatchedObject.h.
Referenced by produce(), and ShiftedPFCandidateProducerByMatchedObject().