src
HLTrigger
Configuration
python
HLT_75e33
tasks
HLTDoFullUnpackingEgammaEcalTask_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
..
modules.bunchSpacingProducer_cfi
import
*
4
from
..
modules.hltEcalDetIdToBeRecovered_cfi
import
*
5
from
..
modules.hltEcalDigis_cfi
import
*
6
from
..
modules.hltEcalRecHit_cfi
import
*
7
from
..
modules.hltEcalUncalibRecHit_cfi
import
*
8
9
HLTDoFullUnpackingEgammaEcalTask = cms.Task(
10
bunchSpacingProducer,
11
hltEcalDetIdToBeRecovered,
12
hltEcalDigis,
13
hltEcalRecHit,
14
hltEcalUncalibRecHit
15
)
hltEcalDetIdToBeRecovered_cfi
bunchSpacingProducer_cfi
hltEcalRecHit_cfi
hltEcalDigis_cfi
hltEcalUncalibRecHit_cfi
Generated for CMSSW Reference Manual by
1.8.14