CMS 3D CMS Logo

METTester_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 metAnalyzer = cms.EDFilter("METTester",
00004     InputGenMETLabel = cms.string('genMet'),
00005     OutputFile = cms.untracked.string('METTester_data.root'),
00006     InputCaloMETLabel = cms.string('met')
00007 )
00008 
00009 recoMETValidation = cms.Sequence(metAnalyzer)
00010 

Generated on Tue Jun 9 17:49:33 2009 for CMSSW by  doxygen 1.5.4