Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

# zeeMCInfo_EventContent.cff #########
MCInfo = cms.PSet(
    outputCommands = cms.untracked.vstring('keep *_zeeMCFilter_*_*')
)