![]() |
ATLAS Offline Software
|
Functions | |
| getFileSize (pfn) | |
| freeSpace (p) | |
| usage () | |
Variables | |
| sDir = os.path.normpath(sys.argv[1]) | |
| dDir = os.path.normpath(sys.argv[2]) | |
| tuple | patterns = (".*myESD.*pool.root$",".*myAOD.*pool.root$","myTAGCOMM.*root$","TAG.root",) |
| ff = findTCTFiles(sDir,"") | |
| chains = ff.getChains() | |
| allFilesToCopy = dict() | |
| list | filesToCopy = [tci[0].logfile,] |
| int | totalSize = 0 |
| int | nFiles = 0 |
| logpath = fs[0] | |
| str | locDir = "/".join(logpath[len(sDir):].split("/")[:-1]) |
| str | destdir = dDir+locDir |
| str | destfile = destdir+"/"+os.path.basename(f) |
| str | cmd = "rfcp "+f+" "+destfile |
| stat | |
| out | |
| python.copyTCTOutput.freeSpace | ( | p | ) |
Definition at line 40 of file copyTCTOutput.py.
| python.copyTCTOutput.getFileSize | ( | pfn | ) |
Definition at line 11 of file copyTCTOutput.py.
| python.copyTCTOutput.usage | ( | ) |
Definition at line 48 of file copyTCTOutput.py.
| python.copyTCTOutput.allFilesToCopy = dict() |
Definition at line 80 of file copyTCTOutput.py.
| python.copyTCTOutput.chains = ff.getChains() |
Definition at line 78 of file copyTCTOutput.py.
| str python.copyTCTOutput.cmd = "rfcp "+f+" "+destfile |
Definition at line 131 of file copyTCTOutput.py.
| python.copyTCTOutput.dDir = os.path.normpath(sys.argv[2]) |
Definition at line 58 of file copyTCTOutput.py.
Definition at line 112 of file copyTCTOutput.py.
| str python.copyTCTOutput.destfile = destdir+"/"+os.path.basename(f) |
Definition at line 128 of file copyTCTOutput.py.
| python.copyTCTOutput.ff = findTCTFiles(sDir,"") |
Definition at line 77 of file copyTCTOutput.py.
| list python.copyTCTOutput.filesToCopy = [tci[0].logfile,] |
Definition at line 84 of file copyTCTOutput.py.
Definition at line 110 of file copyTCTOutput.py.
| python.copyTCTOutput.logpath = fs[0] |
Definition at line 106 of file copyTCTOutput.py.
| int python.copyTCTOutput.nFiles = 0 |
Definition at line 91 of file copyTCTOutput.py.
| python.copyTCTOutput.out |
Definition at line 133 of file copyTCTOutput.py.
| tuple python.copyTCTOutput.patterns = (".*myESD.*pool.root$",".*myAOD.*pool.root$","myTAGCOMM.*root$","TAG.root",) |
Definition at line 60 of file copyTCTOutput.py.
| python.copyTCTOutput.sDir = os.path.normpath(sys.argv[1]) |
Definition at line 57 of file copyTCTOutput.py.
| python.copyTCTOutput.stat |
Definition at line 133 of file copyTCTOutput.py.
| int python.copyTCTOutput.totalSize = 0 |
Definition at line 90 of file copyTCTOutput.py.