CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/RecoMET/Configuration/python/RecoGenMET_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Name:   RecoMET.cff
00004 # Author: R.Cavanaugh
00005 # Date:   05.11.2006
00006 # Notes:  CaloMET.cfi assumes that a product with label "caloTowers" is 
00007 #         already written into the event.
00008 from RecoMET.METProducers.genMetCalo_cfi import *
00009 from RecoMET.METProducers.genMetCaloAndNonPrompt_cfi import *
00010 from RecoMET.METProducers.genMetTrue_cfi import *
00011 from RecoMET.METProducers.genMetFromGenJets_cfi import *
00012 #
00013 
00014 recoGenMET = cms.Sequence(genMetCalo+genMetCaloAndNonPrompt+genMetTrue*genMetIC5GenJets)
00015