CMS 3D CMS Logo

RecoGenMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Name: RecoMET.cff
4 # Author: R.Cavanaugh
5 # Date: 05.11.2006
6 # Notes: CaloMET.cfi assumes that a product with label "caloTowers" is
7 # already written into the event.
12 #
13 
14 recoGenMETTask = cms.Task(genMetCalo, genMetTrue)
15 recoGenMET = cms.Sequence(recoGenMETTask)
16