CMS 3D CMS Logo

RecoHiEvtPlane_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 RecoHiEvtPlaneFEVT = cms.PSet(
4  outputCommands = cms.untracked.vstring('keep recoEvtPlanes_hiEvtPlane_*_*')
5  )
6 
7 RecoHiEvtPlaneRECO = cms.PSet(
8  outputCommands = cms.untracked.vstring('keep recoEvtPlanes_hiEvtPlane_*_*')
9  )
10 
11 RecoHiEvtPlaneAOD = cms.PSet(
12  outputCommands = cms.untracked.vstring('keep recoEvtPlanes_hiEvtPlane_*_*',
13  'keep ZDCRecHitsSorted_zdcreco_*_*',
14  'keep ZDCDataFramesSorted_hcalDigis_*_*',
15  'keep HFRecHitsSorted_hfreco_*_*'
16  )
17  )