CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
caloTauBenchmarkGeneric_cfi.py
Go to the documentation of this file.
2 
3 
4 #'tauGenJets'
5 caloTauBenchmarkGeneric = cms.EDAnalyzer("GenericBenchmarkAnalyzer",
6  OutputFile = cms.untracked.string('benchmark.root'),
7  InputTruthLabel = cms.InputTag(''),
8  minEta = cms.double(-1),
9  maxEta = cms.double(2.8),
10  recPt = cms.double(10.0),
11  deltaRMax = cms.double(0.3),
12  StartFromGen = cms.bool(True),
13  PlotAgainstRecoQuantities = cms.bool(False),
14  OnlyTwoJets = cms.bool(False),
15  BenchmarkLabel = cms.string( 'CaloTaus' ),
16  InputRecoLabel = cms.InputTag(''),
17  minDeltaEt = cms.double(-100.),
18  maxDeltaEt = cms.double(50.),
19  minDeltaPhi = cms.double(-0.5),
20  maxDeltaPhi = cms.double(0.5),
21  doMetPlots = cms.bool(False)
22 )