Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from DQM.SiStripMonitorTrack.SiStripMonitorMuonHLT_cfi import *
00004
00005 hltHighLevelSiStrip = cms.EDFilter("HLTHighLevel",
00006 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"),
00007 HLTPaths = cms.vstring('HLT_L1Mu[^_]*$',
00008 'HLT_L2Mu[^_]*$',
00009 'HLT_Mu[^_]*$',
00010 'HLT_IsoMu[^_]*$',
00011 'HLT_DoubleMu[^_]*$',
00012 ),
00013
00014 eventSetupPathsKey = cms.string(''),
00015 andOr = cms.bool(True),
00016 throw = cms.bool(False)
00017 )
00018
00019 hltLocalRecoSiStrip = cms.Path(hltHighLevelSiStrip*sistripMonitorMuonHLT)
00020