Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:56:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 source = cms.Source("PoolSource",
0004   fileNames = cms.untracked.vstring()
0005 )
0006 maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )