Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:55:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )
0004 readFiles = cms.untracked.vstring()
0005 secFiles = cms.untracked.vstring() 
0006 source = cms.Source ("PoolSource",fileNames = readFiles, secondaryFileNames = secFiles)
0007 readFiles.extend( [
0008       '/store/caf/user/cschomak/wlnu/wlnu1.root',
0009       '/store/caf/user/cschomak/wlnu/wlnu2.root',
0010       '/store/caf/user/cschomak/wlnu/wlnu3.root',
0011       '/store/caf/user/cschomak/wlnu/wlnu4.root',
0012       '/store/caf/user/cschomak/wlnu/wlnu5.root',
0013       '/store/caf/user/cschomak/wlnu/wlnu6.root',
0014       '/store/caf/user/cschomak/wlnu/wlnu7.root',
0015       '/store/caf/user/cschomak/wlnu/wlnu8.root',
0016       '/store/caf/user/cschomak/wlnu/wlnu9.root',
0017        
0018        ]);
0019 
0020 
0021 secFiles.extend( [
0022                ] )
0023 
0024