CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Validation/RecoMET/python/GenMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: GenMET.cfi
00004 # Author: B. Scurlock
00005 # Date: 03.04.2008
00006 #
00007 # Fill Validation histograms for MET. Assumes genMet and genMetNoNuBSM are in the event.
00008 from Validation.RecoMET.GenMET_cfi import *
00009 analyzeGenMET = cms.Sequence(genMetTrueAnalyzer*genMetCaloAnalyzer*genMetCaloAndNonPromptAnalyzer)