Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4ExceptionSeverity.cc File Reference
#include <boost/python.hpp>
#include "G4ExceptionSeverity.hh"
Include dependency graph for pyG4ExceptionSeverity.cc:

Go to the source code of this file.

Functions

void export_G4ExceptionSeverity ()
 

Function Documentation

void export_G4ExceptionSeverity ( )

Definition at line 42 of file pyG4ExceptionSeverity.cc.

43 {
44  enum_<G4ExceptionSeverity>("G4ExceptionSeverity")
45  .value("FatalException", FatalException)
46  .value("FatalErrorInArgument", FatalErrorInArgument)
47  .value("RunMustBeAborted", RunMustBeAborted)
48  .value("EventMustBeAborted", EventMustBeAborted)
49  .value("JustWarning", JustWarning)
50  ;
51 
52 }
const XML_Char int const XML_Char * value
Definition: expat.h:331

Here is the caller graph for this function: