ATLAS Offline Software
Loading...
Searching...
No Matches
pool::DatabaseSpecification Class Reference

#include <DatabaseSpecification.h>

Collaboration diagram for pool::DatabaseSpecification:

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...

Detailed Description

Definition at line 9 of file DatabaseSpecification.h.

Member Enumeration Documentation

◆ NameType

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.

14 {
16 PFN,
17 FID,
18 LFN
19 } NameType;
NameType
Enumeration type specifying the database name field, wherever the latter is used in methods accessing...

The documentation for this class was generated from the following file: