CMS 3D CMS Logo

ecalRecHitTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..tasks.ecalRecHitNoTPTask_cfi import *
5 
6 ecalRecHitTask = cms.Task(
7  ecalDetailedTimeRecHit,
8  ecalRecHitNoTPTask
9 )