import FWCore.ParameterSet.Config as cms
#######
# This is an empty placeholder for the L1T emulation step
# This is currently dealt with through a separate cmsDriver step
# The enty point for each path in the menu is through HLTBeginSequence
HLTL1Sequence = cms.Sequence()
|