CMS 3D CMS Logo

HLTBeginSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltTriggerType_cfi import *
4 from ..sequences.HLTBeamSpot_cfi import *
6 
7 HLTBeginSequence = cms.Sequence(
8  hltTriggerType +
9  HLTL1UnpackerSequence +
10  HLTBeamSpot
11 )