CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoHI/HiCentralityAlgos/python/RecoHiCentrality_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 RecoHiCentralityFEVT = cms.PSet(
00004     outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*')
00005     )
00006 
00007 RecoHiCentralityRECO = cms.PSet(
00008     outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*')
00009     )
00010 
00011 RecoHiCentralityAOD = cms.PSet(
00012     outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*')
00013     )