CMS 3D CMS Logo

mlpf_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MLPF_RECO = cms.PSet(
4  outputCommands = cms.untracked.vstring(
5  'keep recoPFCandidates_mlpfProducer_*_*',
6  )
7 )
8