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