CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/PhysicsTools/PatAlgos/python/patHeavyIonSequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # make heavyIonPatCandidates
00004 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonPatCandidates_cff import *
00005 
00006 # make selectedLayer1Objects
00007 from PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff import *
00008 
00009 patHeavyIonDefaultSequence = cms.Sequence(
00010     heavyIonPatCandidates  * 
00011     selectedPatJets        *
00012     selectedPatMuons       *
00013     selectedPatPhotons
00014 )