ATLAS Offline Software
Loading...
Searching...
No Matches
copyTCTOutput.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.copyTCTOutput

Functions

 python.copyTCTOutput.getFileSize (pfn)
 python.copyTCTOutput.freeSpace (p)
 python.copyTCTOutput.usage ()

Variables

 python.copyTCTOutput.sDir = os.path.normpath(sys.argv[1])
 python.copyTCTOutput.dDir = os.path.normpath(sys.argv[2])
tuple python.copyTCTOutput.patterns = (".*myESD.*pool.root$",".*myAOD.*pool.root$","myTAGCOMM.*root$","TAG.root",)
 python.copyTCTOutput.ff = findTCTFiles(sDir,"")
 python.copyTCTOutput.chains = ff.getChains()
 python.copyTCTOutput.allFilesToCopy = dict()
list python.copyTCTOutput.filesToCopy = [tci[0].logfile,]
int python.copyTCTOutput.totalSize = 0
int python.copyTCTOutput.nFiles = 0
 python.copyTCTOutput.logpath = fs[0]
str python.copyTCTOutput.locDir = "/".join(logpath[len(sDir):].split("/")[:-1])
str python.copyTCTOutput.destdir = dDir+locDir
str python.copyTCTOutput.destfile = destdir+"/"+os.path.basename(f)
str python.copyTCTOutput.cmd = "rfcp "+f+" "+destfile
 python.copyTCTOutput.stat
 python.copyTCTOutput.out