CMS 3D CMS Logo

ESTrendTask_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 ecalPreshowerTrendTask = DQMEDAnalyzer('ESTrendTask',
5  RecHitLabel = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
6  ESDCCCollections = cms.InputTag("ecalPreshowerDigis"),
7  prefixME = cms.untracked.string("EcalPreshower")
8  )
9