Cat
SystemBase.h
Go to the documentation of this file.
1 //====================================================================
2 // SystemBase.h
3 //--------------------------------------------------------------------
4 //
5 // Package : System (The LHCb System service)
6 //
7 // Description: Definition of Systems internals
8 //
9 // Author : M.Frank
10 // Created : 13/11/00
11 // Changes :
12 //====================================================================
13 #ifndef GAUDI_SYSTEM_SYSTEMBASE_H
14 #define GAUDI_SYSTEM_SYSTEMBASE_H
15 
16 namespace System {
18  enum InfoType { NoFetch,
27  IO };
28 }
29 #endif // GAUDI_SYSTEM_SYSTEMBASE_H
InfoType
Enumeration for fetching information.
Definition: SystemBase.h:18