LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
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 fhicl::detail::atom::value().

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 }
std::string value(boost::any const &)