CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
DeltaBetaWeights Class Reference

#include <DeltaBetaWeights.h>

Inheritance diagram for DeltaBetaWeights:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 DeltaBetaWeights (const edm::ParameterSet &)
 
 ~DeltaBetaWeights () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void produce (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

edm::InputTag pfCharged_
 
edm::EDGetTokenT< edm::View< reco::Candidate > > pfCharged_token
 
edm::InputTag pfPU_
 
edm::EDGetTokenT< edm::View< reco::Candidate > > pfPU_token
 
edm::InputTag src_
 
edm::EDGetTokenT< edm::View< reco::Candidate > > src_token
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer 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::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 26 of file DeltaBetaWeights.h.

Constructor & Destructor Documentation

◆ DeltaBetaWeights()

DeltaBetaWeights::DeltaBetaWeights ( const edm::ParameterSet iConfig)
explicit

Definition at line 3 of file DeltaBetaWeights.cc.

4  : src_(iConfig.getParameter<edm::InputTag>("src")),
5  pfCharged_(iConfig.getParameter<edm::InputTag>("chargedFromPV")),
6  pfPU_(iConfig.getParameter<edm::InputTag>("chargedFromPU")) {
7  produces<reco::PFCandidateCollection>();
8 
9  pfCharged_token = consumes<edm::View<reco::Candidate> >(pfCharged_);
10  pfPU_token = consumes<edm::View<reco::Candidate> >(pfPU_);
11  src_token = consumes<edm::View<reco::Candidate> >(src_);
12 
13  // pfCharged_token = consumes<reco::PFCandidateCollection>(pfCharged_);
14  // pfPU_token = consumes<reco::PFCandidateCollection>(pfPU_);
15  // src_token = consumes<reco::PFCandidateCollection>(src_);
16 }

References pfCharged_, pfCharged_token, pfPU_, pfPU_token, src_, and src_token.

◆ ~DeltaBetaWeights()

DeltaBetaWeights::~DeltaBetaWeights ( )
override

Definition at line 18 of file DeltaBetaWeights.cc.

18  {
19  // do anything here that needs to be done at desctruction time
20  // (e.g. close files, deallocate resources etc.)
21 }

Member Function Documentation

◆ produce()

void DeltaBetaWeights::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDProducer.

Definition at line 28 of file DeltaBetaWeights.cc.

28  {
29  using namespace edm;
30 
34 
35  iEvent.getByToken(src_token, src);
36  iEvent.getByToken(pfCharged_token, pfCharged);
37  iEvent.getByToken(pfPU_token, pfPU);
38 
39  double sumNPU = .0;
40  double sumPU = .0;
41 
42  std::unique_ptr<reco::PFCandidateCollection> out(new reco::PFCandidateCollection);
43 
44  for (const reco::Candidate& cand : *src) {
45  if (cand.charge() != 0) {
46  // this part of code should be executed only if input collection is not entirely composed of neutral candidates, i.e. never by default
47  edm::LogWarning("DeltaBetaWeights")
48  << "Trying to reweight charged particle... saving it to output collection without any change";
49  out->emplace_back(cand.charge(), cand.p4(), reco::PFCandidate::ParticleType::X);
50  (out->back()).setParticleType((out->back()).translatePdgIdToType(cand.pdgId()));
51  continue;
52  }
53 
54  sumNPU = 1.0;
55  sumPU = 1.0;
56  double eta = cand.eta();
57  double phi = cand.phi();
58  for (const reco::Candidate& chCand : *pfCharged) {
59  double sum = (chCand.pt() * chCand.pt()) / (deltaR2(eta, phi, chCand.eta(), chCand.phi()));
60  if (sum > 1.0)
61  sumNPU *= sum;
62  }
63  sumNPU = 0.5 * log(sumNPU);
64 
65  for (const reco::Candidate& puCand : *pfPU) {
66  double sum = (puCand.pt() * puCand.pt()) / (deltaR2(eta, phi, puCand.eta(), puCand.phi()));
67  if (sum > 1.0)
68  sumPU *= sum;
69  }
70  sumPU = 0.5 * log(sumPU);
71 
73  neutral.setParticleType(neutral.translatePdgIdToType(cand.pdgId()));
74  if (sumNPU + sumPU > 0)
75  neutral.setP4(((sumNPU) / (sumNPU + sumPU)) * neutral.p4());
76  out->push_back(neutral);
77  }
78 
79  iEvent.put(std::move(out));
80 }

References HLTMuonOfflineAnalyzer_cfi::deltaR2, PVValHelper::eta, iEvent, dqm-mbProfile::log, eostools::move(), MillePedeFileConverter_cfg::out, reco::LeafCandidate::p4(), pfElectronTranslator_cfi::PFCandidate, pfCharged_token, pfPU_token, phi, reco::LeafCandidate::setP4(), reco::PFCandidate::setParticleType(), TrackRefitter_38T_cff::src, src_token, reco::PFCandidate::translatePdgIdToType(), and X.

Member Data Documentation

◆ pfCharged_

edm::InputTag DeltaBetaWeights::pfCharged_
private

Definition at line 35 of file DeltaBetaWeights.h.

Referenced by DeltaBetaWeights().

◆ pfCharged_token

edm::EDGetTokenT<edm::View<reco::Candidate> > DeltaBetaWeights::pfCharged_token
private

Definition at line 38 of file DeltaBetaWeights.h.

Referenced by DeltaBetaWeights(), and produce().

◆ pfPU_

edm::InputTag DeltaBetaWeights::pfPU_
private

Definition at line 36 of file DeltaBetaWeights.h.

Referenced by DeltaBetaWeights().

◆ pfPU_token

edm::EDGetTokenT<edm::View<reco::Candidate> > DeltaBetaWeights::pfPU_token
private

Definition at line 39 of file DeltaBetaWeights.h.

Referenced by DeltaBetaWeights(), and produce().

◆ src_

edm::InputTag DeltaBetaWeights::src_
private

Definition at line 34 of file DeltaBetaWeights.h.

Referenced by DeltaBetaWeights().

◆ src_token

edm::EDGetTokenT<edm::View<reco::Candidate> > DeltaBetaWeights::src_token
private

Definition at line 40 of file DeltaBetaWeights.h.

Referenced by DeltaBetaWeights(), and produce().

X
#define X(str)
Definition: MuonsGrabber.cc:38
edm
HLT enums.
Definition: AlignableModifier.h:19
DeltaBetaWeights::pfPU_token
edm::EDGetTokenT< edm::View< reco::Candidate > > pfPU_token
Definition: DeltaBetaWeights.h:39
edm::Handle
Definition: AssociativeIterator.h:50
DeltaBetaWeights::pfCharged_token
edm::EDGetTokenT< edm::View< reco::Candidate > > pfCharged_token
Definition: DeltaBetaWeights.h:38
pfElectronTranslator_cfi.PFCandidate
PFCandidate
Definition: pfElectronTranslator_cfi.py:6
PVValHelper::eta
Definition: PVValidationHelpers.h:69
DeltaBetaWeights::pfCharged_
edm::InputTag pfCharged_
Definition: DeltaBetaWeights.h:35
edm::LogWarning
Definition: MessageLogger.h:141
DeltaBetaWeights::pfPU_
edm::InputTag pfPU_
Definition: DeltaBetaWeights.h:36
TrackRefitter_38T_cff.src
src
Definition: TrackRefitter_38T_cff.py:24
cand
Definition: decayParser.h:34
iEvent
int iEvent
Definition: GenABIO.cc:224
reco::LeafCandidate::p4
const LorentzVector & p4() const final
four-momentum Lorentz vector
Definition: LeafCandidate.h:114
reco::Candidate
Definition: Candidate.h:27
DDAxes::phi
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
reco::LeafCandidate::setP4
void setP4(const LorentzVector &p4) final
set 4-momentum
Definition: LeafCandidate.h:158
eostools.move
def move(src, dest)
Definition: eostools.py:511
HLTMuonOfflineAnalyzer_cfi.deltaR2
deltaR2
Definition: HLTMuonOfflineAnalyzer_cfi.py:105
reco::PFCandidateCollection
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
Definition: PFCandidateFwd.h:12
DeltaBetaWeights::src_
edm::InputTag src_
Definition: DeltaBetaWeights.h:34
reco::PFCandidate::translatePdgIdToType
ParticleType translatePdgIdToType(int pdgid) const
Definition: PFCandidate.cc:209
dqm-mbProfile.log
log
Definition: dqm-mbProfile.py:17
reco::PFCandidate
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:40
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31
DeltaBetaWeights::src_token
edm::EDGetTokenT< edm::View< reco::Candidate > > src_token
Definition: DeltaBetaWeights.h:40
edm::InputTag
Definition: InputTag.h:15
reco::PFCandidate::setParticleType
void setParticleType(ParticleType type)
set Particle Type
Definition: PFCandidate.cc:256