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.hltEcalPreshowerDigis_cfi
import
*
7
from
..
modules.hltEcalPreshowerRecHit_cfi
import
*
8
from
..
modules.hltEcalRecHit_cfi
import
*
9
from
..
modules.hltEcalUncalibRecHit_cfi
import
*
10
11
HLTDoFullUnpackingEgammaEcalTask = cms.Task(
12
bunchSpacingProducer,
13
hltEcalDetIdToBeRecovered,
14
hltEcalDigis,
15
hltEcalPreshowerDigis,
16
hltEcalPreshowerRecHit,
17
hltEcalRecHit,
18
hltEcalUncalibRecHit
19
)
hltEcalDetIdToBeRecovered_cfi
hltEcalPreshowerDigis_cfi
bunchSpacingProducer_cfi
hltEcalRecHit_cfi
hltEcalDigis_cfi
hltEcalPreshowerRecHit_cfi
hltEcalUncalibRecHit_cfi
Generated for CMSSW Reference Manual by
1.8.14