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 )