CMS 3D CMS Logo

DQMOffline_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MEtoEDMConverterFEVT = cms.PSet(
4  outputCommands = cms.untracked.vstring('keep *_MEtoEDMConverter_*_*')
5 )
6 MEtoEDMConverterRECO = cms.PSet(
7  outputCommands = cms.untracked.vstring()
8 )
9 MEtoEDMConverterAOD = cms.PSet(
10  outputCommands = cms.untracked.vstring()
11 )
12