CMS 3D CMS Logo

ecalUncalibRecHitTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 ecalUncalibRecHitTask = cms.Task(
7  ecalDetIdToBeRecovered,
8  ecalMultiFitUncalibRecHitTask
9 )