CMS 3D CMS Logo

pfJetBenchmarkGeneric_cfi.py

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

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