Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 hltbitanalysis = cms.EDAnalyzer("HLTBitAnalyzer",
00004
00005 l1GctHFBitCounts = cms.InputTag("hltGctDigis"),
00006 l1GctHFRingSums = cms.InputTag("hltGctDigis"),
00007 l1GtObjectMapRecord = cms.InputTag("hltL1GtObjectMap::HLT"),
00008 l1GtReadoutRecord = cms.InputTag("hltGtDigis::HLT"),
00009
00010 l1extramc = cms.string('hltL1extraParticles'),
00011 l1extramu = cms.string('hltL1extraParticles'),
00012 hltresults = cms.InputTag("TriggerResults::HLT"),
00013
00014
00015 RunParameters = cms.PSet(
00016 HistogramFile = cms.untracked.string('hltbitanalysis.root')
00017 )
00018
00019 )