Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 pfJets = 'hltICone5PFJets'
00004
00005
00006
00007 pfJetBenchmark = cms.EDAnalyzer("PFJetBenchmarkAnalyzer",
00008 OutputFile = cms.untracked.string('JetBenchmark.root'),
00009 InputTruthLabel = cms.InputTag('iterativeCone5GenJets'),
00010 maxEta = cms.double(5.0),
00011 recPt = cms.double(10.0),
00012 pfjBenchmarkDebug = cms.bool(False),
00013 deltaRMax = cms.double(0.1),
00014 PlotAgainstRecoQuantities = cms.bool(False),
00015 OnlyTwoJets = cms.bool(True),
00016 BenchmarkLabel = cms.string( pfJets ),
00017 InputRecoLabel = cms.InputTag( pfJets )
00018 )