File indexing completed on 2024-04-06 12:23:55
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonJets_cff import *
0004 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonMuons_cff import *
0005 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonPhotons_cff import *
0006 from PhysicsTools.PatAlgos.producersHeavyIons.heavyIonProducer_cfi import *
0007
0008 heavyIonPatCandidates = cms.Sequence(
0009 heavyIon +
0010 makeHeavyIonJets +
0011 makeHeavyIonPhotons +
0012 makeHeavyIonMuons
0013 )