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
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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 4 of file DeltaBetaWeights.cc.

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

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

◆ ~DeltaBetaWeights()

DeltaBetaWeights::~DeltaBetaWeights ( )
override

Definition at line 19 of file DeltaBetaWeights.cc.

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

Member Function Documentation

◆ produce()

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

Implements edm::EDProducer.

Definition at line 29 of file DeltaBetaWeights.cc.

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

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
edm::LogWarning
Log< level::Warning, false > LogWarning
Definition: MessageLogger.h:122
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:70
DeltaBetaWeights::pfCharged_
edm::InputTag pfCharged_
Definition: DeltaBetaWeights.h:35
DeltaBetaWeights::pfPU_
edm::InputTag pfPU_
Definition: DeltaBetaWeights.h:36
TrackRefitter_38T_cff.src
src
Definition: TrackRefitter_38T_cff.py:24
cand
Definition: decayParser.h:32
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
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
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
dqm-mbProfile.log
log
Definition: dqm-mbProfile.py:17
reco::PFCandidate
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:41
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