![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | python |
| namespace | python.trfFileUtils |
| namespace | PyJobTransforms.trfFileUtils |
| Transform utilities to deal with files. | |
Functions | |
| python.trfFileUtils.AthenaLiteFileInfo (filename, filetype, retrieveKeys=athFileInterestingKeys) | |
| New lightweight interface to getting a single file's metadata. | |
| python.trfFileUtils.HISTEntries (fileName) | |
| Determines number of events in a HIST file. | |
| python.trfFileUtils.NTUPEntries (fileName, treeNames) | |
| Determines number of entries in NTUP file with given tree names. | |
| python.trfFileUtils.PRWEntries (fileName, integral=False) | |
| Determines number of entries in PRW file. | |
| python.trfFileUtils.PHYSVALEntries (fileName, integral=False) | |
| Determines number of entries in NTUP_PHYSVAL file. | |
| python.trfFileUtils.ROOTGetSize (filename) | |
| Get the size of a file via ROOT's TFile. | |
| python.trfFileUtils.urlType (filename) | |
| Return the LAN access type for a file URL. | |
Variables | |
| python.trfFileUtils.msg = logging.getLogger(__name__) | |
| list | python.trfFileUtils.athFileInterestingKeys = ['file_size', 'file_guid', 'file_type', 'nentries'] |