File indexing completed on 2023-03-17 10:55:34
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 from DQM.L1TMonitorClient.L1TStage2EmulatorQualityTests_cff import *
0018
0019
0020 from DQM.L1TMonitorClient.L1TStage2CaloLayer2DEClientSummary_cfi import *
0021
0022
0023 from DQM.L1TMonitorClient.L1TStage2uGMTEmulatorClient_cff import *
0024
0025
0026 from DQM.L1TMonitorClient.L1TStage2BMTFEmulatorClient_cff import *
0027
0028
0029 from DQM.L1TMonitorClient.L1TStage2BMTFSecondEmulatorClient_cff import *
0030
0031
0032 from DQM.L1TMonitorClient.L1TStage2OMTFEmulatorClient_cff import *
0033
0034
0035 from DQM.L1TMonitorClient.L1TdeGEMTPGClient_cfi import *
0036
0037
0038 from DQM.L1TMonitorClient.L1TdeCSCTPGClient_cfi import *
0039 from DQM.L1TMonitorClient.L1TdeCSCTPGShowerClient_cfi import *
0040
0041
0042 from DQM.L1TMonitorClient.L1TStage2EMTFEmulatorClient_cff import *
0043
0044
0045 from DQM.L1TMonitorClient.L1TStage2EmulatorEventInfoClient_cfi import *
0046
0047
0048 from DQM.L1TMonitorClient.L1TStage2uGTEmulatorClient_cff import *
0049
0050
0051
0052
0053
0054
0055 l1TStage2EmulatorClients = cms.Sequence(
0056 l1tStage2CaloLayer2DEClientSummary
0057 + l1tStage2uGMTEmulatorClient
0058 + l1tStage2BMTFEmulatorClient
0059 + l1tStage2BMTFEmulatorSecondClient
0060 + l1tStage2OMTFEmulatorClient
0061 + l1tdeCSCTPGClient
0062 + l1tStage2EMTFEmulatorClient
0063 + l1tStage2EmulatorEventInfoClient
0064 + l1tStage2uGTEmulatorClient
0065 )
0066
0067 _run3_l1TStage2EmulatorClients = l1TStage2EmulatorClients.copy()
0068 _run3_l1TStage2EmulatorClients += l1tdeGEMTPGClient
0069
0070 from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
0071 run3_GEM.toReplaceWith( l1TStage2EmulatorClients, _run3_l1TStage2EmulatorClients )
0072
0073 _run3shower_l1TStage2EmulatorClients = l1TStage2EmulatorClients.copy()
0074 run3_GEM.toReplaceWith(l1TStage2EmulatorClients, cms.Sequence(_run3shower_l1TStage2EmulatorClients + l1tdeCSCTPGShowerClient))
0075
0076 l1tStage2EmulatorMonitorClient = cms.Sequence(
0077 l1TStage2EmulatorQualityTests +
0078 l1TStage2EmulatorClients
0079 )