CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Validation/RecoMET/python/GenMETFromGenJets_cff.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. Assumes genMetIC5GenJets is in the event.
00008 from Validation.RecoMET.GenMETFromGenJets_cfi import *
00009 analyzeGenMETFromGenJets = cms.Sequence(genMetIC5GenJetsAnalyzer)
00010