Go to the source code of this file.
Defines | |
#define | G4ExceptionSeverity_H 1 |
Enumerations | |
enum | G4ExceptionSeverity { FatalException, FatalErrorInArgument, RunMustBeAborted, EventMustBeAborted, JustWarning } |
#define G4ExceptionSeverity_H 1 |
Definition at line 57 of file G4ExceptionSeverity.hh.
enum G4ExceptionSeverity |
Definition at line 59 of file G4ExceptionSeverity.hh.
00060 { FatalException, 00061 FatalErrorInArgument, 00062 RunMustBeAborted, 00063 EventMustBeAborted, 00064 JustWarning };