HLTrigger
Configuration
python
HLT_75e33
tasks
RawToDigiTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.hltEcalPreshowerDigis_cfi
import
*
4
from
..
modules.hltHcalDigis_cfi
import
*
5
from
..
modules.hgcalDigis_cfi
import
*
6
from
..
modules.muonCSCDigis_cfi
import
*
7
from
..
modules.muonDTDigis_cfi
import
*
8
from
..
modules.muonGEMDigis_cfi
import
*
9
from
..
tasks.hltEcalDigisTask_cfi
import
*
10
11
RawToDigiTask = cms.Task(
12
hltEcalDigisTask,
13
hltEcalPreshowerDigis,
14
hltHcalDigis,
15
hgcalDigis,
16
muonCSCDigis,
17
muonDTDigis,
18
muonGEMDigis,
19
)
hltHcalDigis_cfi
hgcalDigis_cfi
hltEcalPreshowerDigis_cfi
muonCSCDigis_cfi
muonDTDigis_cfi
muonGEMDigis_cfi
hltEcalDigisTask_cfi
Generated for CMSSW Reference Manual by
1.8.14