CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfMETBenchmark_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfMET = 'pfMet'
4 
5 pfMETBenchmark = cms.EDAnalyzer("PFMETBenchmarkAnalyzer",
6  OutputFile = cms.untracked.string('METBenchmark.root'),
7  InputTruthLabel = cms.InputTag('genParticles'),
8  InputCaloLabel = cms.InputTag('met'),
9  pfjBenchmarkDebug = cms.bool(False),
10  PlotAgainstRecoQuantities = cms.bool(False),
11  BenchmarkLabel = cms.string( pfMET ),
12  InputRecoLabel = cms.InputTag( pfMET ),
13  InputTCLabel = cms.InputTag( 'tcMet' )
14 )