CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
MuonFSRAssociator Class Reference
Inheritance diagram for MuonFSRAssociator:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 MuonFSRAssociator (const edm::ParameterSet &iConfig)
 
 ~MuonFSRAssociator () override
 
- Public Member Functions inherited from edm::global::EDProducer<>
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () 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
 
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)
 

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

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

Private Attributes

const edm::EDGetTokenT< edm::View< reco::Muon > > muons_
 
const edm::EDGetTokenT< pat::GenericParticleCollectionphotons_
 

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>
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 27 of file MuonFSRAssociator.cc.

Constructor & Destructor Documentation

◆ MuonFSRAssociator()

MuonFSRAssociator::MuonFSRAssociator ( const edm::ParameterSet iConfig)
inlineexplicit

Definition at line 29 of file MuonFSRAssociator.cc.

30  :
31 
32  photons_{consumes<pat::GenericParticleCollection>(iConfig.getParameter<edm::InputTag>("photons"))},
33  muons_{consumes<edm::View<reco::Muon>>(iConfig.getParameter<edm::InputTag>("muons"))}
34 
35  {
36  produces<edm::Association<std::vector<pat::GenericParticle>>>();
37  produces<edm::ValueMap<int>>("fsrIndex");
38  }

References edm::ParameterSet::getParameter().

◆ ~MuonFSRAssociator()

MuonFSRAssociator::~MuonFSRAssociator ( )
inlineoverride

Definition at line 47 of file MuonFSRAssociator.cc.

47 {}

Member Function Documentation

◆ fillDescriptions()

static void MuonFSRAssociator::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
inlinestatic

Definition at line 40 of file MuonFSRAssociator.cc.

40  {
42  desc.add<edm::InputTag>("photons")->setComment("FSR photon collection to associate with muons");
43  desc.add<edm::InputTag>("muons")->setComment("collection of muons to associate with FSR photons");
44 
45  descriptions.addWithDefaultLabel(desc);
46  }

References edm::ParameterSetDescription::add(), and edm::ConfigurationDescriptions::addWithDefaultLabel().

◆ produce()

void MuonFSRAssociator::produce ( edm::StreamID  streamID,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overrideprivatevirtual

Implements edm::global::EDProducerBase.

Definition at line 57 of file MuonFSRAssociator.cc.

57  {
58  using namespace std;
59 
61  iEvent.getByToken(photons_, photons);
63  iEvent.getByToken(muons_, muons);
64 
65  std::vector<int> muonMapping(muons->size(), -1);
66  // loop over all muons
67  for (auto muon = muons->begin(); muon != muons->end(); ++muon) {
68  for (auto iter_pho = photons->begin(); iter_pho != photons->end(); iter_pho++) {
69  if (iter_pho->hasUserCand("associatedMuon") and
70  iter_pho->userCand("associatedMuon") == reco::CandidatePtr(muons, muon - muons->begin()))
71  muonMapping[muon - muons->begin()] = (iter_pho - photons->begin());
72  }
73  }
74 
75  auto muon2photon = std::make_unique<edm::Association<std::vector<pat::GenericParticle>>>(photons);
76  edm::Association<std::vector<pat::GenericParticle>>::Filler muon2photonFiller(*muon2photon);
77  muon2photonFiller.insert(muons, muonMapping.begin(), muonMapping.end());
78  muon2photonFiller.fill();
79  iEvent.put(std::move(muon2photon));
80 
81  std::unique_ptr<edm::ValueMap<int>> bareIdx(new edm::ValueMap<int>());
82  edm::ValueMap<int>::Filler fillerBareIdx(*bareIdx);
83  fillerBareIdx.insert(muons, muonMapping.begin(), muonMapping.end());
84  fillerBareIdx.fill();
85  iEvent.put(std::move(bareIdx), "fsrIndex");
86 }

References edm::helper::Filler< Map >::fill(), iEvent, edm::helper::Filler< Map >::insert(), eostools::move(), HLT_2018_cff::muon, PDWG_BPHSkim_cff::muons, muons_, BPHMonitor_cfi::photons, and photons_.

Member Data Documentation

◆ muons_

const edm::EDGetTokenT<edm::View<reco::Muon> > MuonFSRAssociator::muons_
private

Definition at line 54 of file MuonFSRAssociator.cc.

Referenced by produce().

◆ photons_

const edm::EDGetTokenT<pat::GenericParticleCollection> MuonFSRAssociator::photons_
private

Definition at line 53 of file MuonFSRAssociator.cc.

Referenced by produce().

PDWG_BPHSkim_cff.muons
muons
Definition: PDWG_BPHSkim_cff.py:47
edm::ParameterSetDescription::add
ParameterDescriptionBase * add(U const &iLabel, T const &value)
Definition: ParameterSetDescription.h:95
muon
Definition: MuonCocktails.h:17
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
HLT_2018_cff.muon
muon
Definition: HLT_2018_cff.py:10349
edm::Handle
Definition: AssociativeIterator.h:50
iEvent
int iEvent
Definition: GenABIO.cc:224
BPHMonitor_cfi.photons
photons
Definition: BPHMonitor_cfi.py:91
edm::Association
Definition: Association.h:18
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
eostools.move
def move(src, dest)
Definition: eostools.py:511
std
Definition: JetResolutionObject.h:76
edm::ValueMap< int >
MuonFSRAssociator::photons_
const edm::EDGetTokenT< pat::GenericParticleCollection > photons_
Definition: MuonFSRAssociator.cc:53
reco::CandidatePtr
edm::Ptr< Candidate > CandidatePtr
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:25
edm::helper::Filler
Definition: ValueMap.h:22
edm::InputTag
Definition: InputTag.h:15
MuonFSRAssociator::muons_
const edm::EDGetTokenT< edm::View< reco::Muon > > muons_
Definition: MuonFSRAssociator.cc:54
edm::ConfigurationDescriptions::addWithDefaultLabel
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:87