Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:43:35

0001 from __future__ import print_function
0002 import os,sys, glob
0003 
0004 spyInput = '/eos/cms/store/group/dpg_tracker_strip/tracker/Online/store/streamer/SiStripSpy/Commissioning11/'
0005 spyRun   = '234824/'
0006 
0007 for path in glob.glob(spyInput+spyRun+'*.root'):
0008     print("'file:"+path+"',")