ATLAS Offline Software
Namespaces | Variables
readFiles.py File Reference

Go to the source code of this file.

Namespaces

 readFiles
 

Variables

 readFiles.text_file = open(sys.argv[1], "w")
 
 readFiles.mypath = sys.argv[2]
 
list readFiles.onlyfiles = [f for f in listdir(mypath) if isfile(join(mypath, f))]
 
bool readFiles.badName = False
 
 readFiles.openFile = open(mypath+'.'.join(f.split('.')[3:16]))