Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:37

0001 
0002 import FWCore.ParameterSet.Config as cms
0003 expressLumiProducer=cms.EDProducer("ExpressLumiProducer",
0004                             connect=cms.string(''),
0005                             ncacheEntries=cms.untracked.uint32(5)
0006                             )