CMS 3D CMS Logo

RecoMET_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Name:   recoMET_EventContent.cff
00004 # Author: R.Cavanaugh
00005 # Date:   05.11.2006
00006 # Notes:  
00007 # Full Event content 
00008 RecoMETFEVT = cms.PSet(
00009     outputCommands = cms.untracked.vstring('keep recoCaloMETs_*_*_*', 
00010         'keep recoPFMETs_*_*_*',
00011         'keep recoMETs_*_*_*')
00012 )
00013 RecoGenMETFEVT = cms.PSet(
00014     outputCommands = cms.untracked.vstring('keep recoGenMETs_*_*_*')
00015 )
00016 # RECO content
00017 RecoMETRECO = cms.PSet(
00018     outputCommands = cms.untracked.vstring('keep recoCaloMETs_*_*_*', 
00019         'keep recoPFMETs_*_*_*',
00020         'keep recoMETs_*_*_*')
00021 )
00022 RecoGenMETRECO = cms.PSet(
00023     outputCommands = cms.untracked.vstring('keep recoGenMETs_*_*_*')
00024 )
00025 # AOD content
00026 RecoMETAOD = cms.PSet(
00027     outputCommands = cms.untracked.vstring('keep recoCaloMETs_*_*_*', 
00028         'keep recoPFMETs_*_*_*',
00029         'keep recoMETs_*_*_*')
00030 )
00031 RecoGenMETAOD = cms.PSet(
00032     outputCommands = cms.untracked.vstring('keep recoGenMETs_*_*_*')
00033 )
00034 

Generated on Tue Jun 9 17:44:06 2009 for CMSSW by  doxygen 1.5.4