CMS 3D CMS Logo

L1TMonitorClientOffline_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # adapt the L1TMonitorClient_cff configuration to offline DQM
4 
5 #
6 # default configuration valid for online DQM
7 #
8 # configuration for online DQM
9 # process subsystem histograms in endLumi
10 # process subsystem histograms in endRun
11 #
12 # configuration for offline DQM
13 # process subsystem histograms in endRun only
14 #
15 
16 
17 # DQM online L1 Trigger client modules
19 
20 # changes for offline environment
21 
22 # DTTF to offline configuration
23 l1tDttfClient.online = False
24 
25 # CSCTF client
26 l1tCsctfClient.runInEndLumi = False
27 
28 # RPC client
29 l1tRpctfClient.runInEndLumi = False
30 
31 # GMT client
32 l1tGmtClient.runInEndLumi = False
33 
34 # GCT client
35 l1tGctClient.runInEndLumi = False
36 
37 # stage 2
39 l1tStage2MonitorClientOffline = cms.Sequence(l1tStage2MonitorClient)
40 
41 l1tStage1Layer2Client.runInEndLumi = False
42 
44 l1tStage2EMTFEventInfoClient.runInEndLumi = False
45 
47 l1tStage2EventInfoClient.runInEndLumi = False
48 
50 l1tStage2EmulatorEventInfoClient.runInEndLumi = False
51 
L1TStage2MonitorClient_cff
L1TStage2EmulatorEventInfoClient_cfi
L1TMonitorClient_cff
L1TStage2EMTFEventInfoClient_cfi
L1TStage2EventInfoClient_cfi