Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 hltSeedL1Logic = cms.EDAnalyzer('HLTSeedL1LogicScalers',
00004
00005 l1GtLabel = cms.InputTag("l1GtUnpack","","HLT"),
00006 processname = cms.string("HLT"),
00007 l1BeforeMask = cms.bool(False),
00008
00009
00010 L1GtDaqReadoutRecordInputTag = cms.InputTag("gtDigis"),
00011
00012
00013
00014 L1GtRecordInputTag = cms.InputTag("l1GtRecord"),
00015
00016
00017 DQMFolder = cms.untracked.string("HLT/HLTSeedL1LogicScalers_EvF"),
00018 monitorPaths = cms.untracked.vstring(
00019 'HLT_L1MuOpen',
00020 'HLT_L1Mu',
00021 'HLT_Mu3',
00022 'HLT_L1SingleForJet',
00023 'HLT_SingleLooseIsoTau20',
00024 'HLT_MinBiasEcal'
00025 )
00026
00027 )