CMS 3D CMS Logo

ESTimingTask_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 ecalPreshowerTimingTask = DQMEDAnalyzer('ESTimingTask',
5  RecHitLabel = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
6  DigiLabel = cms.InputTag("ecalPreshowerDigis"),
7  prefixME = cms.untracked.string("EcalPreshower")
8 )
9