Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:13

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 source = cms.Source(
0004   "PoolSource"
0005 , fileNames     = cms.untracked.vstring()
0006 , skipBadFiles  = cms.untracked.bool( True )
0007 )
0008 # maximum number of events
0009 maxEvents = cms.untracked.PSet(
0010   input = cms.untracked.int32( -1 )
0011 )