Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:05

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )
0004 
0005 source = cms.Source("PoolSource",
0006 fileNames = cms.untracked.vstring(
0007 
0008 'INPUTFILES'
0009 
0010     )
0011 )
0012