Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonJets_cff import *
00004 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonMuons_cff import *
00005 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonPhotons_cff import *
00006 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonProducer_cfi import *
00007
00008 heavyIonPatCandidates = cms.Sequence(
00009 heavyIon +
00010 makeHeavyIonJets +
00011 makeHeavyIonPhotons +
00012 makeHeavyIonMuons
00013 )