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