CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/EcalPreshowerMonitorModule/python/ESOccupancyTask_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003     
00004 ecalPreshowerOccupancyTask = cms.EDAnalyzer('ESOccupancyTask',
00005         RecHitLabel = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00006         DigiLabel = cms.InputTag("ecalPreshowerDigis"),
00007         prefixME = cms.untracked.string("EcalPreshower") 
00008 )
00009