Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:09:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # L1 Trigger DQM sequence for offline DQM for MC
0004 #
0005 # used by DQM GUI: DQMOffline/Configuration 
0006 #
0007 #
0008 #
0009 # standard RawToDigi sequence and RECO sequence must be run before the L1 Trigger modules, 
0010 # labels from the standard sequence are used as default for the L1 Trigger DQM modules
0011 #
0012 # V.M. Ghete - HEPHY Vienna - 2011-11-17 
0013 #                       
0014 
0015 #  L1 Trigger DQM sequence for offline DQM for data                      
0016 from DQMOffline.L1Trigger.L1TriggerDqmOffline_cff import *
0017 
0018 # changes for MC
0019 
0020 # do not run the emulator in MC
0021 l1TriggerDqmOffline.remove(l1TriggerEmulatorOnline)                                   
0022 
0023 
0024 # do not run the emulator client in MC
0025 l1TriggerDqmOfflineClient.remove(l1EmulatorMonitorClient) 
0026 
0027 
0028 # correct input tags for MC for the private unpacking
0029    
0030 dqmGctDigis.inputLabel = 'rawDataCollector'
0031 dqmGtDigis.DaqGtInputTag = 'rawDataCollector'
0032