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 HLTProcessName = cms.string("HLT"),
00014
00015
00016 mctruth = cms.InputTag("genParticles::SIM"),
00017 genEventInfo = cms.InputTag("generator::SIM"),
00018
00019
00020 simhits = cms.InputTag("g4SimHits"),
00021
00022
00023 OfflinePrimaryVertices0 = cms.InputTag('offlinePrimaryVertices'),
00024
00025
00026 RunParameters = cms.PSet(
00027 HistogramFile = cms.untracked.string('hltbitanalysis.root'),
00028 Monte = cms.bool(True)
00029
00030 )
00031
00032 )