CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
LeptonJetVarProducer< T > Class Template Reference

#include <PhysicsTools/NanoAOD/plugins/LeptonJetVarProducer.cc>

Inheritance diagram for LeptonJetVarProducer< T >:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 LeptonJetVarProducer (const edm::ParameterSet &iConfig)
 
 ~LeptonJetVarProducer () override
 
- Public Member Functions inherited from edm::global::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
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

std::tuple< float, float, float > calculatePtRatioRel (edm::Ptr< reco::Candidate > lep, edm::Ptr< pat::Jet > jet, const reco::Vertex &vtx) const
 
void produce (edm::StreamID, edm::Event &, const edm::EventSetup &) const override
 

Private Attributes

edm::EDGetTokenT< edm::View< pat::Jet > > srcJet_
 
edm::EDGetTokenT< edm::View< T > > srcLep_
 
edm::EDGetTokenT< std::vector< reco::Vertex > > srcVtx_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase 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
 
- 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

template<typename T>
class LeptonJetVarProducer< T >

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 47 of file LeptonJetVarProducer.cc.

Constructor & Destructor Documentation

◆ LeptonJetVarProducer()

template<typename T >
LeptonJetVarProducer< T >::LeptonJetVarProducer ( const edm::ParameterSet iConfig)
inlineexplicit

Definition at line 49 of file LeptonJetVarProducer.cc.

52  srcVtx_(consumes<std::vector<reco::Vertex>>(iConfig.getParameter<edm::InputTag>("srcVtx"))) {
53  produces<edm::ValueMap<float>>("ptRatio");
54  produces<edm::ValueMap<float>>("ptRel");
55  produces<edm::ValueMap<float>>("jetNDauChargedMVASel");
56  produces<edm::ValueMap<reco::CandidatePtr>>("jetForLepJetVar");
57  }

◆ ~LeptonJetVarProducer()

template<typename T >
LeptonJetVarProducer< T >::~LeptonJetVarProducer ( )
inlineoverride

Definition at line 58 of file LeptonJetVarProducer.cc.

58 {};

Member Function Documentation

◆ calculatePtRatioRel()

template<typename T >
std::tuple< float, float, float > LeptonJetVarProducer< T >::calculatePtRatioRel ( edm::Ptr< reco::Candidate lep,
edm::Ptr< pat::Jet jet,
const reco::Vertex vtx 
) const
private

Definition at line 149 of file LeptonJetVarProducer.cc.

151  {
152  auto rawp4 = jet->correctedP4("Uncorrected");
153  auto lepp4 = lep->p4();
154 
155  if ((rawp4 - lepp4).R() < 1e-4)
156  return std::tuple<float, float, float>(1.0, 0.0, 0.0);
157 
158  auto l1corrFactor = jet->jecFactor("L1FastJet") / jet->jecFactor("Uncorrected");
159 
160  auto jetp4 = (rawp4 - lepp4 * (1.0 / l1corrFactor)) * (jet->pt() / rawp4.pt()) + lepp4;
161  auto ptratio = lepp4.pt() / jetp4.pt();
162  auto ptrel = lepp4.Vect().Cross((jetp4 - lepp4).Vect().Unit()).R();
163 
164  unsigned int jndau = 0;
165  for (const auto& _d : jet->daughterPtrVector()) {
166  const auto d = dynamic_cast<const pat::PackedCandidate*>(_d.get());
167  if (d->charge() == 0)
168  continue;
169  if (d->fromPV() <= 1)
170  continue;
171  if (deltaR(*d, *lep) > 0.4)
172  continue;
173  if (!(d->hasTrackDetails()))
174  continue;
175  auto tk = d->pseudoTrack();
176  if (tk.pt() > 1 && tk.hitPattern().numberOfValidHits() >= 8 && tk.hitPattern().numberOfValidPixelHits() >= 2 &&
177  tk.normalizedChi2() < 5 && fabs(tk.dxy(vtx.position())) < 0.2 && fabs(tk.dz(vtx.position())) < 17)
178  jndau++;
179  }
180 
181  return std::tuple<float, float, float>(ptratio, ptrel, float(jndau));
182 }

References ztail::d, PbPb_ZMuSkimMuonDPG_cff::deltaR, MillePedeFileConverter_cfg::e, metsig::jet, reco::Candidate::p4(), dttmaxenums::R, and extraflags_cff::vtx.

◆ fillDescriptions()

template<typename T >
void LeptonJetVarProducer< T >::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 186 of file LeptonJetVarProducer.cc.

186  {
187  //The following says we do not know what parameters are allowed so do no validation
188  // Please change this to state exactly what you do use, even if it is no parameters
190  desc.add<edm::InputTag>("srcJet")->setComment("jet input collection");
191  desc.add<edm::InputTag>("srcLep")->setComment("lepton input collection");
192  desc.add<edm::InputTag>("srcVtx")->setComment("primary vertex input collection");
194  if (typeid(T) == typeid(pat::Muon))
195  modname += "Muon";
196  else if (typeid(T) == typeid(pat::Electron))
197  modname += "Electron";
198  modname += "JetVarProducer";
199  descriptions.add(modname, desc);
200 }

References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, timingPdfMaker::modname, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ produce()

template<typename T >
void LeptonJetVarProducer< T >::produce ( edm::StreamID  streamID,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 90 of file LeptonJetVarProducer.cc.

90  {
92  iEvent.getByToken(srcJet_, srcJet);
94  iEvent.getByToken(srcLep_, srcLep);
96  iEvent.getByToken(srcVtx_, srcVtx);
97 
98  unsigned int nJet = srcJet->size();
99  unsigned int nLep = srcLep->size();
100 
101  std::vector<float> ptRatio(nLep, -1);
102  std::vector<float> ptRel(nLep, -1);
103  std::vector<float> jetNDauChargedMVASel(nLep, 0);
104  std::vector<reco::CandidatePtr> jetForLepJetVar(nLep, reco::CandidatePtr());
105 
106  const auto& pv = (*srcVtx)[0];
107 
108  for (unsigned int il = 0; il < nLep; il++) {
109  for (unsigned int ij = 0; ij < nJet; ij++) {
110  auto lep = srcLep->ptrAt(il);
111  auto jet = srcJet->ptrAt(ij);
112  if (matchByCommonSourceCandidatePtr(*lep, *jet)) {
113  auto res = calculatePtRatioRel(lep, jet, pv);
114  ptRatio[il] = std::get<0>(res);
115  ptRel[il] = std::get<1>(res);
116  jetNDauChargedMVASel[il] = std::get<2>(res);
117  jetForLepJetVar[il] = jet;
118  break; // take leading jet with shared source candidates
119  }
120  }
121  }
122 
123  std::unique_ptr<edm::ValueMap<float>> ptRatioV(new edm::ValueMap<float>());
124  edm::ValueMap<float>::Filler fillerRatio(*ptRatioV);
125  fillerRatio.insert(srcLep, ptRatio.begin(), ptRatio.end());
126  fillerRatio.fill();
127  iEvent.put(std::move(ptRatioV), "ptRatio");
128 
129  std::unique_ptr<edm::ValueMap<float>> ptRelV(new edm::ValueMap<float>());
130  edm::ValueMap<float>::Filler fillerRel(*ptRelV);
131  fillerRel.insert(srcLep, ptRel.begin(), ptRel.end());
132  fillerRel.fill();
133  iEvent.put(std::move(ptRelV), "ptRel");
134 
135  std::unique_ptr<edm::ValueMap<float>> jetNDauChargedMVASelV(new edm::ValueMap<float>());
136  edm::ValueMap<float>::Filler fillerNDau(*jetNDauChargedMVASelV);
137  fillerNDau.insert(srcLep, jetNDauChargedMVASel.begin(), jetNDauChargedMVASel.end());
138  fillerNDau.fill();
139  iEvent.put(std::move(jetNDauChargedMVASelV), "jetNDauChargedMVASel");
140 
141  std::unique_ptr<edm::ValueMap<reco::CandidatePtr>> jetForLepJetVarV(new edm::ValueMap<reco::CandidatePtr>());
142  edm::ValueMap<reco::CandidatePtr>::Filler fillerjetForLepJetVar(*jetForLepJetVarV);
143  fillerjetForLepJetVar.insert(srcLep, jetForLepJetVar.begin(), jetForLepJetVar.end());
144  fillerjetForLepJetVar.fill();
145  iEvent.put(std::move(jetForLepJetVarV), "jetForLepJetVar");
146 }

References edm::helper::Filler< Map >::fill(), iEvent, edm::helper::Filler< Map >::insert(), metsig::jet, electrons_cff::jetForLepJetVar, electrons_cff::jetNDauChargedMVASel, matchByCommonSourceCandidatePtr(), eostools::move(), electrons_cff::ptRatio, electrons_cff::ptRel, MetAnalyzer::pv(), electrons_cff::srcJet, electrons_cff::srcLep, and jetAnalyzer_cff::srcVtx.

Member Data Documentation

◆ srcJet_

template<typename T >
edm::EDGetTokenT<edm::View<pat::Jet> > LeptonJetVarProducer< T >::srcJet_
private

Definition at line 71 of file LeptonJetVarProducer.cc.

◆ srcLep_

template<typename T >
edm::EDGetTokenT<edm::View<T> > LeptonJetVarProducer< T >::srcLep_
private

Definition at line 72 of file LeptonJetVarProducer.cc.

◆ srcVtx_

template<typename T >
edm::EDGetTokenT<std::vector<reco::Vertex> > LeptonJetVarProducer< T >::srcVtx_
private

Definition at line 73 of file LeptonJetVarProducer.cc.

jetAnalyzer_cff.srcVtx
srcVtx
Definition: jetAnalyzer_cff.py:41
electrons_cff.ptRatio
ptRatio
Definition: electrons_cff.py:204
matchByCommonSourceCandidatePtr
bool matchByCommonSourceCandidatePtr(const C1 &c1, const C2 &c2)
Definition: MatchingUtils.h:9
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
pat::Muon
Analysis-level muon class.
Definition: Muon.h:51
edm::Handle
Definition: AssociativeIterator.h:50
electrons_cff.ptRel
ptRel
Definition: electrons_cff.py:205
electrons_cff.jetForLepJetVar
jetForLepJetVar
Definition: electrons_cff.py:248
edm::ConfigurationDescriptions::add
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:57
electrons_cff.jetNDauChargedMVASel
jetNDauChargedMVASel
Definition: electrons_cff.py:206
PbPb_ZMuSkimMuonDPG_cff.deltaR
deltaR
Definition: PbPb_ZMuSkimMuonDPG_cff.py:63
edm::View
Definition: CaloClusterFwd.h:14
MetAnalyzer.pv
def pv(vc)
Definition: MetAnalyzer.py:7
iEvent
int iEvent
Definition: GenABIO.cc:224
electrons_cff.srcLep
srcLep
Definition: electrons_cff.py:145
res
Definition: Electron.h:6
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::Ptr< Candidate >
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
eostools.move
def move(src, dest)
Definition: eostools.py:511
extraflags_cff.vtx
vtx
Definition: extraflags_cff.py:19
T
long double T
Definition: Basic3DVectorLD.h:48
metsig::jet
Definition: SignAlgoResolutions.h:47
edm::ValueMap< float >
LeptonJetVarProducer::srcJet_
edm::EDGetTokenT< edm::View< pat::Jet > > srcJet_
Definition: LeptonJetVarProducer.cc:71
electrons_cff.srcJet
srcJet
Definition: electrons_cff.py:144
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
LeptonJetVarProducer::srcVtx_
edm::EDGetTokenT< std::vector< reco::Vertex > > srcVtx_
Definition: LeptonJetVarProducer.cc:73
reco::Candidate::p4
virtual const LorentzVector & p4() const =0
four-momentum Lorentz vector
ztail.d
d
Definition: ztail.py:151
edm::helper::Filler
Definition: ValueMap.h:22
pat::Electron
Analysis-level electron class.
Definition: Electron.h:51
LeptonJetVarProducer::calculatePtRatioRel
std::tuple< float, float, float > calculatePtRatioRel(edm::Ptr< reco::Candidate > lep, edm::Ptr< pat::Jet > jet, const reco::Vertex &vtx) const
Definition: LeptonJetVarProducer.cc:149
edm::EDConsumerBase::consumes
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
Definition: EDConsumerBase.h:159
LeptonJetVarProducer::srcLep_
edm::EDGetTokenT< edm::View< T > > srcLep_
Definition: LeptonJetVarProducer.cc:72
dttmaxenums::R
Definition: DTTMax.h:29
timingPdfMaker.modname
modname
Definition: timingPdfMaker.py:217
edm::InputTag
Definition: InputTag.h:15
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37