CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ShmStreamConsumer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 shmStreamConsumer = cms.OutputModule("ShmStreamConsumer",
4  fileName = cms.untracked.string(""),
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring(),
7  outputCommands = cms.untracked.vstring()
8  )
9 )