CMS 3D CMS Logo

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