Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 caloTauBenchmarkGeneric = cms.EDAnalyzer("GenericBenchmarkAnalyzer",
00006 OutputFile = cms.untracked.string('benchmark.root'),
00007 InputTruthLabel = cms.InputTag(''),
00008 minEta = cms.double(-1),
00009 maxEta = cms.double(2.8),
00010 recPt = cms.double(10.0),
00011 deltaRMax = cms.double(0.3),
00012 StartFromGen = cms.bool(True),
00013 PlotAgainstRecoQuantities = cms.bool(False),
00014 OnlyTwoJets = cms.bool(False),
00015 BenchmarkLabel = cms.string( 'CaloTaus' ),
00016 InputRecoLabel = cms.InputTag(''),
00017 minDeltaEt = cms.double(-100.),
00018 maxDeltaEt = cms.double(50.),
00019 minDeltaPhi = cms.double(-0.5),
00020 maxDeltaPhi = cms.double(0.5),
00021 doMetPlots = cms.bool(False)
00022 )