CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoHI/HiEvtPlaneAlgos/python/RecoHiEvtPlane_EventContent_cff.py

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