Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:08:35

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # input source from shared memory
0004 source = cms.Source("DaqSource",
0005     readerPluginName = cms.untracked.string('FUShmReader'),
0006     evtsPerLS = cms.untracked.uint32(50)
0007 )
0008