CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
pfJetBenchmark_cfi Namespace Reference

Variables

tuple pfJetBenchmark
 
string pfJets = 'ak4PFJets'
 

Variable Documentation

tuple pfJetBenchmark_cfi.pfJetBenchmark
Initial value:
1 = cms.EDAnalyzer("PFJetBenchmarkAnalyzer",
2  OutputFile = cms.untracked.string('JetBenchmark.root'),
3  InputTruthLabel = cms.InputTag('ak4GenJets'),
4  maxEta = cms.double(5.0),
5  recPt = cms.double(10.0),
6  pfjBenchmarkDebug = cms.bool(False),
7  deltaRMax = cms.double(0.1),
8  PlotAgainstRecoQuantities = cms.bool(False),
9  OnlyTwoJets = cms.bool(True),
10  BenchmarkLabel = cms.string( pfJets ),
11  InputRecoLabel = cms.InputTag( pfJets )
12 )

Definition at line 6 of file pfJetBenchmark_cfi.py.

string pfJetBenchmark_cfi.pfJets = 'ak4PFJets'

Definition at line 4 of file pfJetBenchmark_cfi.py.