File indexing completed on 2024-04-06 12:27:20
0001 import FWCore.ParameterSet.Config as cms
0002
0003 fileNames= cms.untracked.vstring(
0004 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD80to120-pythia6__highRes.root',
0005 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD120to170-pythia6__highRes.root',
0006 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD170to300-pythia6__highRes.root',
0007 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD300to470-pythia6__highRes.root',
0008 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD470to600-pythia6__highRes.root',
0009 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD600to800-pythia6__highRes.root',
0010 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD800to1000-pythia6__highRes.root',
0011 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD1000to1400-pythia6__highRes.root',
0012 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD1400to1800-pythia6__highRes.root',
0013 'rfio:/castor/cern.ch/user/s/sakoay/highRes_skim/hotskim_QCD1800toInf-pythia6__highRes.root'
0014 )