CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQMOffline/PFTau/python/candidateBenchmark_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 candidateBenchmark = cms.EDAnalyzer("CandidateBenchmarkAnalyzer",
00005                                     InputCollection = cms.InputTag('particleFlow'),
00006                                     mode = cms.int32( 1 ),
00007                                     ptMin = cms.double( 2 ),
00008                                     ptMax = cms.double( 999999 ),
00009                                     etaMin = cms.double(-10),
00010                                     etaMax = cms.double(10),
00011                                     phiMin = cms.double(-10),
00012                                     phiMax = cms.double(10),
00013                                     BenchmarkLabel = cms.string('particleFlowCandidate')
00014                                     )