CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/Validation/RecoParticleFlow/python/pfMETBenchmark_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfMET = 'pfMet'
00004 
00005 pfMETBenchmark = cms.EDAnalyzer("PFMETBenchmarkAnalyzer",
00006     OutputFile = cms.untracked.string('METBenchmark.root'),
00007     InputTruthLabel = cms.InputTag('genParticles'),
00008     InputCaloLabel = cms.InputTag('met'),
00009     pfjBenchmarkDebug = cms.bool(False),                           
00010     PlotAgainstRecoQuantities = cms.bool(False),
00011     BenchmarkLabel = cms.string( pfMET ),
00012     InputRecoLabel = cms.InputTag( pfMET ),
00013     InputTCLabel = cms.InputTag( 'tcMet' )
00014 )