Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:07:23

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0004 ecalPreshowerTimingTask = DQMEDAnalyzer('ESTimingTask',
0005     RecHitLabel = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
0006     DigiLabel = cms.InputTag("ecalPreshowerDigis"),
0007     prefixME = cms.untracked.string("EcalPreshower") 
0008 )
0009