CMS 3D CMS Logo

RecoHiCentrality_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 # AOD content
3 RecoHiCentralityAOD = cms.PSet(
4  outputCommands = cms.untracked.vstring(
5  'keep recoCentrality*_hiCentrality_*_*',
6  'keep *_centralityBin_*_*',
7  'keep recoClusterCompatibility*_hiClusterCompatibility_*_*')
8 )
9 
10 # RECO content
11 RecoHiCentralityRECO = cms.PSet(
12  outputCommands = cms.untracked.vstring()
13 )
14 RecoHiCentralityRECO.outputCommands.extend(RecoHiCentralityAOD.outputCommands)
15 
16 # FEVT content
17 RecoHiCentralityFEVT = cms.PSet(
18  outputCommands = cms.untracked.vstring()
19 )
20 RecoHiCentralityFEVT.outputCommands.extend(RecoHiCentralityRECO.outputCommands)