Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatAlgos
python
patHeavyIonSequences_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# make heavyIonPatCandidates
4
from
PhysicsTools.PatAlgos.producersHeavyIons.heavyIonPatCandidates_cff
import
*
5
6
# make selectedLayer1Objects
7
from
PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff
import
*
8
9
patHeavyIonDefaultSequence = cms.Sequence(
10
heavyIonPatCandidates *
11
selectedPatJets *
12
selectedPatMuons *
13
selectedPatPhotons
14
)
selectedPatCandidates_cff
heavyIonPatCandidates_cff
Generated for CMSSW Reference Manual by
1.8.11