Geant4.10
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyG4ApplicationState.cc File Reference
#include <boost/python.hpp>
#include "G4ApplicationState.hh"

Go to the source code of this file.

Functions

void export_G4ApplicationState ()
 

Function Documentation

void export_G4ApplicationState ( )

Definition at line 42 of file pyG4ApplicationState.cc.

References G4State_Abort, G4State_EventProc, G4State_GeomClosed, G4State_Idle, G4State_Init, G4State_PreInit, and G4State_Quit.

Referenced by BOOST_PYTHON_MODULE().

43 {
44  enum_<G4ApplicationState>("G4ApplicationState")
45  .value("G4State_PreInit", G4State_PreInit)
46  .value("G4State_Init", G4State_Init)
47  .value("G4State_Idle", G4State_Idle)
48  .value("G4State_GeomClosed", G4State_GeomClosed)
49  .value("G4State_EventProc", G4State_EventProc)
50  .value("G4State_Quit", G4State_Quit)
51  .value("G4State_Abort", G4State_Abort)
52  ;
53 }
const XML_Char int const XML_Char * value