Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff import *
00005
00006
00007 from PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff import *
00008
00009
00010 from PhysicsTools.PatAlgos.cleaningLayer1.cleanPatCandidates_cff import *
00011
00012
00013 from PhysicsTools.PatAlgos.selectionLayer1.countPatCandidates_cff import *
00014
00015 patDefaultSequence = cms.Sequence(
00016 patCandidates *
00017 selectedPatCandidates *
00018 cleanPatCandidates *
00019 countPatCandidates
00020 )