CMS 3D CMS Logo

OnlineSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # input source from shared memory
4 source = cms.Source("DaqSource",
5  readerPluginName = cms.untracked.string('FUShmReader'),
6  evtsPerLS = cms.untracked.uint32(50)
7 )
8