00001 import FWCore.ParameterSet.Config as cms 00002 00003 from DQM.L1TMonitorClient.L1TDEMONClient_cff import * 00004 from DQM.L1TMonitorClient.L1TEMUEventInfoClient_cff import * 00005 from DQMServices.Components.DQMEnvironment_cfi import * 00006 l1temumonitorClient = cms.Path(l1tdemonseqClient*l1temuEventInfoseqClient*dqmEnv*dqmSaver) 00007 #l1temumonitorClient = cms.Path(l1tdemonseqClient*dqmEnv*dqmSaver) 00008 00009 00010