test
CMS 3D CMS Logo

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

Variables

tuple pfElectronBenchmarkGeneric
 

Variable Documentation

tuple pfElectronBenchmarkGeneric_cfi.pfElectronBenchmarkGeneric
Initial value:
1 = cms.EDAnalyzer("GenericBenchmarkAnalyzer",
2  OutputFile = cms.untracked.string('benchmark.root'),
3  InputTruthLabel = cms.InputTag(''),
4  minEta = cms.double(-1),
5  maxEta = cms.double(2.5),
6  recPt = cms.double(2.0),
7  deltaRMax = cms.double(0.2),
8  StartFromGen = cms.bool(False),
9  PlotAgainstRecoQuantities = cms.bool(False),
10  OnlyTwoJets = cms.bool(False),
11  BenchmarkLabel = cms.string( 'PFlowElectrons' ),
12  InputRecoLabel = cms.InputTag(''),
13  minDeltaEt = cms.double(-100.),
14  maxDeltaEt = cms.double(50.),
15  minDeltaPhi = cms.double(-0.5),
16  maxDeltaPhi = cms.double(0.5),
17  doMetPlots = cms.bool(False)
18 )

Definition at line 4 of file pfElectronBenchmarkGeneric_cfi.py.