Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:15:16

0001 /***********************************************************************************\
0002 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
0003 *                                                                                   *
0004 * This software is distributed under the terms of the Apache version 2 licence,     *
0005 * copied verbatim in the file "LICENSE".                                            *
0006 *                                                                                   *
0007 * In applying this licence, CERN does not waive the privileges and immunities       *
0008 * granted to it by virtue of its status as an Intergovernmental Organization        *
0009 * or submit itself to any jurisdiction.                                             *
0010 \***********************************************************************************/
0011 //====================================================================
0012 //  SystemBase.h
0013 //--------------------------------------------------------------------
0014 //
0015 //  Package    : System (The LHCb System service)
0016 //
0017 //  Description: Definition of Systems internals
0018 //
0019 //  Author     : M.Frank
0020 //  Created    : 13/11/00
0021 //  Changes    :
0022 //====================================================================
0023 #ifndef GAUDI_SYSTEM_SYSTEMBASE_H
0024 #define GAUDI_SYSTEM_SYSTEMBASE_H
0025 
0026 namespace System {
0027   /// Enumeration for fetching information
0028   enum InfoType { NoFetch, RemainTime, Times, ProcessBasics, PriorityBoost, Memory, Quota, System, Modules, IO };
0029 } // namespace System
0030 #endif // GAUDI_SYSTEM_SYSTEMBASE_H