CMS 3D CMS Logo

Variables

pfJetBenchmark_HLT_cfi Namespace Reference

Variables

tuple pfJetBenchmark
string pfJets = 'hltICone5PFJets'

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("PFJetBenchmarkAnalyzer",
00002     OutputFile = cms.untracked.string('JetBenchmark.root'),
00003     InputTruthLabel = cms.InputTag('iterativeCone5GenJets'),
00004     maxEta = cms.double(5.0),
00005     recPt = cms.double(10.0),
00006     pfjBenchmarkDebug = cms.bool(False),                           
00007     deltaRMax = cms.double(0.1),
00008     PlotAgainstRecoQuantities = cms.bool(False),
00009     OnlyTwoJets = cms.bool(True),
00010     BenchmarkLabel = cms.string( pfJets ),
00011     InputRecoLabel = cms.InputTag( pfJets )
00012 )

Definition at line 7 of file pfJetBenchmark_HLT_cfi.py.

string pfJetBenchmark_HLT_cfi::pfJets = 'hltICone5PFJets'

Definition at line 3 of file pfJetBenchmark_HLT_cfi.py.