CMS 3D CMS Logo

pfJetBenchmark_cfi.py

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

Generated on Tue Jun 9 17:49:36 2009 for CMSSW by  doxygen 1.5.4