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  'keep recoClusterCompatibility*_hiClusterCompatibility_*_*')
6  )
7 
8 RecoHiCentralityRECO = cms.PSet(
9  outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*',
10  'keep recoClusterCompatibility*_hiClusterCompatibility_*_*')
11  )
12 
13 RecoHiCentralityAOD = cms.PSet(
14  outputCommands = cms.untracked.vstring('keep recoCentrality*_hiCentrality_*_*',
15  'keep recoClusterCompatibility*_hiClusterCompatibility_*_*')
16  )