CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
DimuonMCMatcher Class Reference
Inheritance diagram for DimuonMCMatcher:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 DimuonMCMatcher (const edm::ParameterSet &cfg)
 
void produce (edm::Event &, const edm::EventSetup &) 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
 
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)
 
 ~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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
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 Attributes

edm::EDGetTokenT< reco::CandidateViewsrcToken_
 

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::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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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)
 

Detailed Description

Definition at line 7 of file DimuonMCMatcher.cc.

Constructor & Destructor Documentation

DimuonMCMatcher::DimuonMCMatcher ( const edm::ParameterSet cfg)

Definition at line 26 of file DimuonMCMatcher.cc.

26  :
27  srcToken_(consumes<CandidateView>(cfg.getParameter<InputTag>("src"))) {
28  produces<vector<GenParticleRef> >();
29 }
T getParameter(std::string const &) const
edm::EDGetTokenT< reco::CandidateView > srcToken_

Member Function Documentation

void DimuonMCMatcher::produce ( edm::Event evt,
const edm::EventSetup  
)
override

Definition at line 31 of file DimuonMCMatcher.cc.

References edm::View< T >::begin(), alignmentValidation::c1, DEFINE_FWK_MODULE, edm::View< T >::end(), Exception, pat::PATObject< ObjectType >::genParticleRef(), edm::RefToBase< T >::get(), edm::Event::getByToken(), mps_fire::i, edm::errors::InvalidReference, edm::Ref< C, T, F >::isNonnull(), gen::k, reco::Candidate::masterClone(), electrons_cff::matched, eostools::move(), edm::Event::put(), edm::View< T >::size(), TrackRefitter_38T_cff::src, and srcToken_.

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

31  {
33  evt.getByToken(srcToken_, src);
34  unique_ptr<vector<GenParticleRef> > matched(new vector<GenParticleRef>);
35  matched->reserve(src->size());
36  int j=0;
37  for(CandidateView::const_iterator i = src->begin(); i != src->end(); ++i) {
38  j++;
39  const Candidate * dau1 = i->daughter(0);
40  const Candidate * dau2 = i->daughter(1);
41  if(dau1 == nullptr|| dau2 == nullptr)
43  "one of the two daughter does not exist\n";
44  const Candidate * c1 = dau1->masterClone().get();
45  GenParticleRef mc1;
46  const pat::Muon * mu1 = dynamic_cast<const pat::Muon*>(c1);
47  if(mu1 != nullptr) {
48  mc1 = mu1->genParticleRef();
49  // if (mc1.isNonnull()) cout << "DimuonMCMatcher> genParticleRef1 " << mc1->pdgId() << endl;
50  } else {
51  const pat::GenericParticle * gp1 = dynamic_cast<const pat::GenericParticle*>(c1);
52  if(gp1 == nullptr)
54  "first of two daughter is neither a pat::Muon not pat::GenericParticle\n";
55  mc1 = gp1->genParticleRef();
56  }
57  const Candidate * c2 = dau2->masterClone().get();
58  GenParticleRef mc2;
59  const pat::Muon * mu2 = dynamic_cast<const pat::Muon*>(c2);
60  if(mu2 != nullptr) {
61  mc2 = mu2->genParticleRef();
62  // if (mc2.isNonnull()) cout << "DimuonMCMatcher> genParticleRef2 " << mc2->pdgId() << endl;
63  } else {
64  const pat::GenericParticle * gp2 = dynamic_cast<const pat::GenericParticle*>(c2);
65  if(gp2 == nullptr)
67  "first of two daughter is neither a pat::Muon not pat::GenericParticle\n";
68  mc2 = gp2->genParticleRef();
69  }
70  GenParticleRef dimuonMatch;
71  // cout << "DimuonMatcher> mc1 " << mc1.isNonnull() << " mc2 " << mc2.isNonnull() << endl;
72  if(mc1.isNonnull() && mc2.isNonnull()) {
73  int k=0;
74  do {
75  k++;
76  mc1 = mc1->numberOfMothers() > 0 ? mc1->motherRef() : GenParticleRef();
77  mc2 = mc2->numberOfMothers() > 0 ? mc2->motherRef() : GenParticleRef();
78  // cout << "DimuonMCMatcher> do loop: " << k << " id1 " << mc1->pdgId() << " id2 " << mc2->pdgId() << endl;
79  } while(mc1 != mc2 && mc1.isNonnull() && mc2.isNonnull());
80  if(mc1.isNonnull() && mc2.isNonnull() && mc1->pdgId()==23) {
81  dimuonMatch = mc1;
82  }
83  }
84  // cout << "DimuonMatcher> dimuonMatch " << dimuonMatch.isNonnull() << endl;
85  matched->push_back(dimuonMatch);
86  }
87 
88  evt.put(std::move(matched));
89 }
value_type const * get() const
Definition: RefToBase.h:234
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:125
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:251
reco::GenParticleRef genParticleRef(size_t idx=0) const
Definition: PATObject.h:225
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:517
size_type size() const
edm::EDGetTokenT< reco::CandidateView > srcToken_
Analysis-level Generic Particle class (e.g. for hadron or muon not fully reconstructed) ...
edm::Ref< edm::HepMCProduct, HepMC::GenParticle > GenParticleRef
const_iterator begin() const
int k[5][pyjets_maxn]
virtual const CandidateBaseRef & masterClone() const =0
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
Definition: View.h:86
const_iterator end() const
Analysis-level muon class.
Definition: Muon.h:50
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

edm::EDGetTokenT<reco::CandidateView> DimuonMCMatcher::srcToken_
private

Definition at line 12 of file DimuonMCMatcher.cc.

Referenced by produce().