CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMOffline/Hcal/python/HcalDQMOfflinePostProcessor_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQMOffline.Hcal.HcalRecHitsDQMClient_cfi import *
00004 from DQMOffline.Hcal.HcalNoiseRatesClient_cfi import *
00005 from DQMOffline.Hcal.CaloTowersDQMClient_cfi import *
00006 
00007 HcalDQMOfflinePostProcessor = cms.Sequence(hcalNoiseRatesClient*hcalRecHitsDQMClient*calotowersDQMClient)
00008 #HcalDQMOfflinePostProcessor = cms.Sequence(hcalNoiseRatesClient*calotowersDQMClient)
00009