CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
tauProducer_cff.py
Go to the documentation of this file.
2 
3 # prepare reco information
6 #from PhysicsTools.PatAlgos.recoLayer0.tauDiscriminators_cff import *
7 
8 # add PAT specifics
12 
13 # produce object
15 
16 makePatTaus = cms.Sequence(
17  # reco pre-production
18  patPFCandidateIsoDepositSelection *
19  patPFTauIsolation *
20  # pat specifics
21  tauMatch *
22  tauGenJets *
23  tauGenJetsSelectorAllHadrons *
24  tauGenJetMatch *
25  # object production
26  patTaus
27  )