CMS 3D CMS Logo

patHeavyIonSequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # make heavyIonPatCandidates
5 
6 # make selectedLayer1Objects
8 
9 patHeavyIonDefaultSequence = cms.Sequence(
10  heavyIonPatCandidates *
11  selectedPatJets *
12  selectedPatMuons *
13  selectedPatPhotons
14 )