00001 import FWCore.ParameterSet.Config as cms 00002 00003 #include "DQM/L1TMonitorClient/data/L1TDTTPGClient.cff" 00004 from DQM.L1TMonitorClient.L1TEventInfoClient_cff import * 00005 from DQM.L1TMonitorClient.L1TGMTClient_cff import * 00006 from DQM.L1TMonitorClient.L1TGTClient_cff import * 00007 from DQM.L1TMonitorClient.L1TGCTClient_cff import * 00008 from DQM.L1TMonitorClient.L1TRCTClient_cff import * 00009 from DQM.L1TMonitorClient.L1TDTTFClient_cff import * 00010 from DQM.L1TMonitorClient.L1TCSCTFClient_cff import * 00011 # out because looking for lots of ME which cannot be found! 00012 from DQM.L1TMonitorClient.L1TDEMONClient_cff import * 00013 from DQM.L1TMonitorClient.L1TRPCTFClient_cff import * 00014 # # use include file for dqmEnv dqmSaver 00015 # include "DQMServices/Components/test/dqm_onlineEnv.cfi" 00016 from DQMServices.Components.DQMEnvironment_cfi import * 00017 # 00018 # END ################################################ 00019 # 00020 00021 #L1TMonitorClient = cms.Path(l1tgmtseqClient*l1tcsctfseqClient*l1tdttpgseqClient*l1trpctfseqClient*l1tdemonseqClient*l1tGctseqClient*l1tEventInfoseqClient*dqmEnv*dqmSaver) 00022 L1TMonitorClient = cms.Path(l1tgmtseqClient*l1tgtseqClient*l1tcsctfseqClient*l1tdttfseqClient*l1trpctfseqClient*l1tdemonseqClient*l1tGctseqClient*l1tRctseqClient*l1tEventInfoseqClient*dqmEnv*dqmSaver) 00023 #L1TMonitorClient = cms.Path(l1tgmtClient*l1tcsctfClient*l1tdttpgClient*l1trpctfClient*l1tdemonseqClient*l1tGctClient*l1tEventInfoseqClient*dqmEnv*dqmSaver) 00024