CMS 3D CMS Logo

HLTRawToDigiSequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltHgcalDigis_cfi import *
4 from ..modules.hltHcalDigis_cfi import *
5 from ..modules.hltMuonCSCDigis_cfi import *
6 from ..modules.hltMuonDTDigis_cfi import *
7 from ..modules.hltMuonGEMDigis_cfi import *
9 
10 HLTRawToDigiSequence = cms.Sequence(hltHgcalDigis+HLTEcalDigisSequence+hltHcalDigis+hltMuonCSCDigis+hltMuonDTDigis+hltMuonGEMDigis)