Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from PhysicsTools.PatAlgos.recoLayer0.pfCandidateIsoDepositSelection_cff import *
00005 from PhysicsTools.PatAlgos.recoLayer0.tauIsolation_cff import *
00006
00007
00008
00009
00010
00011
00012
00013
00014 from PhysicsTools.JetMCAlgos.TauGenJets_cfi import *
00015 from PhysicsTools.JetMCAlgos.TauGenJetsDecayModeSelectorAllHadrons_cfi import *
00016 from PhysicsTools.PatAlgos.mcMatchLayer0.tauMatch_cfi import *
00017
00018
00019 from PhysicsTools.PatAlgos.producersLayer1.tauProducer_cfi import *
00020
00021 makePatTaus = cms.Sequence(
00022
00023 patPFCandidateIsoDepositSelection *
00024 patPFTauIsolation *
00025
00026
00027 tauMatch *
00028 tauGenJets *
00029 tauGenJetsSelectorAllHadrons *
00030 tauGenJetMatch *
00031
00032 patTaus
00033 )