CMS 3D CMS Logo

HLTDoFullUnpackingEgammaEcalTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 from ..modules.hltEcalDigis_cfi import *
6 from ..modules.hltEcalRecHit_cfi import *
8 
9 HLTDoFullUnpackingEgammaEcalTask = cms.Task(
10  bunchSpacingProducer,
11  hltEcalDetIdToBeRecovered,
12  hltEcalDigis,
13  hltEcalRecHit,
14  hltEcalUncalibRecHit
15 )