CMS 3D CMS Logo

GenMETFromGenJets_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: GenMETFromGenJets.cfi
00004 # Author: B. Scurlock
00005 # Date: 03.04.2008
00006 #
00007 # Fill validation histograms for MET.
00008 genMetIC5GenJetsAnalyzer = cms.EDFilter("METTester",
00009     OutputFile = cms.untracked.string('METTester_genMetIC5GenJets.root'),
00010     InputMETLabel = cms.InputTag("genMetIC5GenJets"),
00011     METType = cms.untracked.string('MET')
00012 )
00013 
00014 

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