CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mcMatchSequences_cff.py
Go to the documentation of this file.
2 
9 from PhysicsTools.JetMCAlgos.TauGenJets_cfi import tauGenJets
10 
11 
12 patMCTruth_LeptonPhoton = cms.Sequence (electronMatch+
13  muonMatch+
14  photonMatch)
15 
16 patMCTruth_Jet = cms.Sequence ( patJetPartonMatch +
17  patJetGenJetMatch +
18  patJetFlavourId )
19 
20 patMCTruth_Tau = cms.Sequence ( tauMatch+
21  tauGenJets*
22  tauGenJetMatch )
23 
24 patMCTruth = cms.Sequence(patMCTruth_LeptonPhoton+
25  patMCTruth_Jet+
26  patMCTruth_Tau )
27