00001 import FWCore.ParameterSet.Config as cms 00002 00003 # L1 Trigger versus Reco offline DQM sequence 00004 # 00005 # 00006 # standard RawToDigi sequence and RECO sequence must be run before the L1 Trigger modules, 00007 # labels from the standard sequence are used as default for the L1 Trigger DQM modules 00008 # 00009 # V.M. Ghete - HEPHY Vienna - 2011-01-02 00010 # 00011 00012 00013 # 00014 # DQM modules 00015 # 00016 00017 # L1Extra vs RECO DQM module 00018 from DQMOffline.L1Trigger.L1ExtraRecoDQM_cff import * 00019 00020 00021 00022 # 00023 # define sequences 00024 # 00025 00026 00027 # L1T versus Reco offline monitor sequence 00028 # modules are independent, so the order is irrelevant 00029 00030 l1TriggerRecoDQM = cms.Sequence( 00031 l1ExtraRecoDQM 00032 ) 00033 00034 00035 # sequence for L1 Trigger DQM modules on EndPath 00036 00037 00038