[KLOE] [Offline Doc] [TRK Files]

Track Reconstruction Library

erlevl.inc


C VAX/DEC CMS REPLACEMENT HISTORY, Element ERLEVL.CIN
C *1    14-MAR-1988 16:11:06 CHADWICK "Parameter definitions for Error Logger severity levels"
C VAX/DEC CMS REPLACEMENT HISTORY, Element ERLEVL.CIN
C===Start of File: E_L$LIBRARY:ERLEVL.INC
C
C===Description:
C
C	Standard CDF offline error severity level definitions, for use
C	in the error logger.  Bits 0:2 - severity level as defined below:
C	New error codes were added in 1993.  The old codes will get
C	mapped by the E_L to their new equivalents.
C===Author:
C
C	Keith Chadwick
C	CDF-Purdue
C	19-Feb-1985
C
C---Lowest and highest error level:
	INTEGER    ERMINI
	PARAMETER (ERMINI = 0)
	INTEGER    ERMAXI
	PARAMETER (ERMAXI = 7)
C
C---Successfull Return Status:
	INTEGER    ERSUCC
	PARAMETER (ERSUCC = 0)
C
C---Successfull Return (Informational) Status:
	INTEGER    ERINFO
	PARAMETER (ERINFO = 1)
C
C---Warning Return Status:
	INTEGER    ERWARN
	PARAMETER (ERWARN = 2)
C
C---Error Return Status:
	INTEGER    EREROR
	PARAMETER (EREROR = 3)
C
C---Severe Error Return Status:
	INTEGER    ERSEVR
	PARAMETER (ERSEVR = 4)
C   New Error codes:
C
C  -- Successful Return Status:
        INTEGER         ELSUCC
        PARAMETER       (ELSUCC = 10)
C
C  -- Successful Return (Informational) Status:
        INTEGER         ELINFO
        PARAMETER       (ELINFO = 11)
C
C  -- Warning Return Status:
        INTEGER         ELWARN
        PARAMETER       (ELWARN = 12)
C
C  -- Warning (More Severe) Return Status:
        INTEGER         ELWARN2
        PARAMETER       (ELWARN2 = 13)
C
C  -- Error Return Status:
        INTEGER         ELEROR
        PARAMETER       (ELEROR = 14)
C
C  -- Error (More Severe) Return Status:
        INTEGER         ELEROR2
        PARAMETER       (ELEROR2 = 15)
C
C  -- Skip to Next Event Return Status:
        INTEGER         ELNEXT
        PARAMETER       (ELNEXT = 16)
C
C  -- Skip to Next Module Return Status:
        INTEGER         ELNEXT2
        PARAMETER       (ELNEXT2 = 17)
C
C  -- Severe Error Return Status:
        INTEGER         ELSEVR
        PARAMETER       (ELSEVR = 18)

C  -- Abort Error Return Status:
        INTEGER         ELABOR
        PARAMETER       (ELABOR = 19)
C
C------------------------------------------------------------------
C
C
C===End of File:
[KLOE] [Offline Doc] [TRK Files]
Generated with Light on Thu Apr 8 13:00:16 MET DST 1999 .
Mail comments and suggestions.