ATLAS Offline Software
|
#include <DatabaseSpecification.h>
Public Types | |
enum | NameType { UNDEFINED, PFN, FID, LFN } |
Enumeration type specifying the database name field, wherever the latter is used in methods accessing a database. More... | |
Definition at line 9 of file DatabaseSpecification.h.
Enumeration type specifying the database name field, wherever the latter is used in methods accessing a database.
Enumerator | |
---|---|
UNDEFINED | |
PFN | |
FID | Physical File Name. |
LFN | File IDentifier. Logical File Name |
Definition at line 14 of file DatabaseSpecification.h.