CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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