CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Validation/RecoParticleFlow/python/pfJetBenchmark_HLT_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfJets = 'hltICone5PFJets'
00004 #pfJets = 'iterativeCone5PFJets'
00005 #pfJets = 'ak5PFJets'
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 )