File indexing completed on 2024-04-06 12:09:34
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 from DQM.L1TMonitorClient.L1TMonitorClient_cff import *
0019
0020
0021
0022
0023 l1tDttfClient.online = False
0024
0025
0026 l1tCsctfClient.runInEndLumi = False
0027
0028
0029 l1tRpctfClient.runInEndLumi = False
0030
0031
0032 l1tGmtClient.runInEndLumi = False
0033
0034
0035 l1tGctClient.runInEndLumi = False
0036
0037
0038 from DQM.L1TMonitorClient.L1TStage2MonitorClient_cff import *
0039 l1tStage2MonitorClientOffline = cms.Sequence(l1tStage2MonitorClient)
0040
0041 l1tStage1Layer2Client.runInEndLumi = False
0042
0043 from DQM.L1TMonitorClient.L1TStage2EMTFEventInfoClient_cfi import *
0044 l1tStage2EMTFEventInfoClient.runInEndLumi = False
0045
0046 from DQM.L1TMonitorClient.L1TStage2EventInfoClient_cfi import *
0047 l1tStage2EventInfoClient.runInEndLumi = False
0048
0049 from DQM.L1TMonitorClient.L1TStage2EmulatorEventInfoClient_cfi import *
0050 l1tStage2EmulatorEventInfoClient.runInEndLumi = False
0051