ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, catalog=None) |
def | pfn (self, url_or_fid) |
def | __call__ (self, url_or_fid) |
Public Attributes | |
catalog | |
Static Public Attributes | |
DefaultCatalog | |
AllowedProtocols | |
Private Member Functions | |
def | _pfn (self, url_or_fid) |
reverse-engineering of the POOL FileCatalog. allows to retrieve the physical filename from a logical one, provided that the file-id is known to the (real) PoolFileCatalog
Definition at line 43 of file PoolFile.py.
def python.PoolFile.PoolFileCatalog.__init__ | ( | self, | |
catalog = None |
|||
) |
Definition at line 58 of file PoolFile.py.
def python.PoolFile.PoolFileCatalog.__call__ | ( | self, | |
url_or_fid | |||
) |
Definition at line 248 of file PoolFile.py.
|
private |
def python.PoolFile.PoolFileCatalog.pfn | ( | self, | |
url_or_fid | |||
) |
|
static |
Definition at line 49 of file PoolFile.py.
python.PoolFile.PoolFileCatalog.catalog |
Definition at line 60 of file PoolFile.py.
|
static |
Definition at line 48 of file PoolFile.py.