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 *
8 from ..modules.hltEcalRecHit_cfi import *
10 
11 HLTDoFullUnpackingEgammaEcalTask = cms.Task(
12  bunchSpacingProducer,
13  hltEcalDetIdToBeRecovered,
14  hltEcalDigis,
15  hltEcalPreshowerDigis,
16  hltEcalPreshowerRecHit,
17  hltEcalRecHit,
18  hltEcalUncalibRecHit
19 )