CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoHiCentrality_EventContent_cff.py
Go to the documentation of this file.
2 
3 RecoHiCentralityFEVT = cms.PSet(
4  outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*')
5  )
6 
7 RecoHiCentralityRECO = cms.PSet(
8  outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*')
9  )
10 
11 RecoHiCentralityAOD = cms.PSet(
12  outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*')
13  )