CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TriggerDqmOfflineMC_cff.py
Go to the documentation of this file.
2 
3 # L1 Trigger DQM sequence for offline DQM for MC
4 #
5 # used by DQM GUI: DQMOffline/Configuration
6 #
7 #
8 #
9 # standard RawToDigi sequence and RECO sequence must be run before the L1 Trigger modules,
10 # labels from the standard sequence are used as default for the L1 Trigger DQM modules
11 #
12 # V.M. Ghete - HEPHY Vienna - 2011-11-17
13 #
14 
15 # L1 Trigger DQM sequence for offline DQM for data
17 
18 # changes for MC
19 
20 # do not run the emulator in MC
21 l1TriggerDqmOffline.remove(l1TriggerEmulatorOnline)
22 
23 
24 # do not run the emulator client in MC
25 l1TriggerDqmOfflineClient.remove(l1EmulatorMonitorClient)
26 
27 
28 # correct input tags for MC for the private unpacking
29 
30 dqmGctDigis.inputLabel = 'rawDataCollector'
31 dqmGtDigis.DaqGtInputTag = 'rawDataCollector'
32