CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) )
4 readFiles = cms.untracked.vstring()
5 secFiles = cms.untracked.vstring()
6 source = cms.Source ("PoolSource",fileNames = readFiles, secondaryFileNames = secFiles)
7 readFiles.extend( [
8  '/store/caf/user/cschomak/wlnu/wlnu1.root',
9  '/store/caf/user/cschomak/wlnu/wlnu2.root',
10  '/store/caf/user/cschomak/wlnu/wlnu3.root',
11  '/store/caf/user/cschomak/wlnu/wlnu4.root',
12  '/store/caf/user/cschomak/wlnu/wlnu5.root',
13  '/store/caf/user/cschomak/wlnu/wlnu6.root',
14  '/store/caf/user/cschomak/wlnu/wlnu7.root',
15  '/store/caf/user/cschomak/wlnu/wlnu8.root',
16  '/store/caf/user/cschomak/wlnu/wlnu9.root',
17 
18  ]);
19 
20 
21 secFiles.extend( [
22  ] )
23 
24