Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from HLTriggerOffline.Top.topDiLeptonHLTEventDQM_cfi import *
00004 from HLTriggerOffline.Top.topSingleLeptonHLTEventDQM_cfi import *
00005 from HLTriggerOffline.Top.singletopHLTEventDQM_cfi import *
00006 from HLTriggerOffline.Top.topvalidation_cfi import *
00007 from JetMETCorrections.Configuration.JetCorrectionProducersAllAlgos_cff import *
00008
00009
00010
00011 topHLTDQM = cms.Sequence(
00012 DiMuonDQM
00013 *DiElectronDQM
00014 *ElecMuonDQM
00015 *topSingleMuonMediumTriggerDQM
00016 *topSingleElectronMediumTriggerDQM
00017 *SingleTopSingleMuonTriggerDQM
00018 *SingleTopSingleElectronTriggerDQM
00019 )
00020