CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TEmulatorMonitorClientOffline_cff.py
Go to the documentation of this file.
2 
3 # adapt the L1TEMUMonitorClient_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 emulator client modules
19 
20 # perform offline the quality tests in the clients in endRun only
22 
23 # switches for l1EmulatorErrorFlagClient and l1EmulatorEventInfoClient to do and retrieve QTs
24 
25 l1temuEventInfoClient.runInEventLoop = False
26 l1temuEventInfoClient.runInEndLumi = False
27 l1temuEventInfoClient.runInEndRun = True
28 l1temuEventInfoClient.runInEndJob = False
29 
30