| Public Member Functions | |
| def | __init__ | 
| def | __lt__ | 
| def | __str__ | 
| def | pathToXRootD | 
| def | pathToPOSIX | 
| Static Public Member Functions | |
| def | getFirstDataLogger | 
| def | setFirstDataLogger | 
| Public Attributes | |
| line | |
| source | |
| path | |
| name | |
| is_file | |
| Static Public Attributes | |
| string | XRootDprotocolHead = 'root://fndca1.fnal.gov:1094/' | 
| string | XRootDprotocolDir = 'pnfs/fnal.gov/usr' | 
| string | POSIXprotocolHead = '/' | 
| string | POSIXprotocolDir = 'pnfs' | 
| tuple | POSIXPattern | 
| tuple | XRootDPattern | 
| Static Private Attributes | |
| tuple | _DataLoggerSorter = CycleCompareClass(first=4) | 
This class collects information about a input file, including a sorting criterium.
Definition at line 126 of file sortDataLoggerFiles.py.
| def sortDataLoggerFiles.FileInfoClass.__init__ | ( | self, | |
| line | |||
| ) | 
Definition at line 154 of file sortDataLoggerFiles.py.
| def sortDataLoggerFiles.FileInfoClass.__lt__ | ( | self, | |
| other | |||
| ) | 
Comparison: run, then pass, then (offset cycled) data logger number.
Definition at line 169 of file sortDataLoggerFiles.py.
| def sortDataLoggerFiles.FileInfoClass.__str__ | ( | self | ) | 
Definition at line 190 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 148 of file sortDataLoggerFiles.py.
| def sortDataLoggerFiles.FileInfoClass.pathToPOSIX | ( | self, | |
| stored, | |||
| file, | |||
| path, | |||
| in, | |||
| POSIX, | |||
| PNFS, | |||
| local, | |||
| format | |||
| ) | 
Definition at line 209 of file sortDataLoggerFiles.py.
| def sortDataLoggerFiles.FileInfoClass.pathToXRootD | ( | self, | |
| stored, | |||
| file, | |||
| path, | |||
| in, | |||
| XRootD, | |||
| format | |||
| ) | 
Definition at line 195 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 150 of file sortDataLoggerFiles.py.
| 
 | staticprivate | 
Definition at line 145 of file sortDataLoggerFiles.py.
| sortDataLoggerFiles.FileInfoClass.is_file | 
Definition at line 163 of file sortDataLoggerFiles.py.
| sortDataLoggerFiles.FileInfoClass.line | 
Definition at line 158 of file sortDataLoggerFiles.py.
| sortDataLoggerFiles.FileInfoClass.name | 
Definition at line 161 of file sortDataLoggerFiles.py.
| sortDataLoggerFiles.FileInfoClass.path | 
Definition at line 160 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 136 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 134 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 133 of file sortDataLoggerFiles.py.
| sortDataLoggerFiles.FileInfoClass.source | 
Definition at line 159 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 140 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 132 of file sortDataLoggerFiles.py.
| 
 | static | 
Definition at line 131 of file sortDataLoggerFiles.py.
 1.8.5
 1.8.5