CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoHI/HiJetAlgos/python/RecoHiJets_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #Full Event content ---- temporary
00004 RecoHiJetsRECO = cms.PSet(
00005     outputCommands = cms.untracked.vstring('keep *_*CaloJets_*_*',
00006                                            'keep *_*HiGenJets_*_*'
00007                                            )
00008     )
00009 
00010 RecoHiJetsFEVT = cms.PSet(
00011     outputCommands = cms.untracked.vstring('keep *_*CaloJets_*_*',
00012                                            'keep *_*HiGenJets_*_*'
00013                                            )
00014     )
00015 
00016 
00017 
00018