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

Go to the source code of this file.

Namespaces

 pyG4Exception
 

Functions

void pyG4Exception::f2_G4Exception (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
 
void export_G4Exception ()
 

Function Documentation

void export_G4Exception ( )

Definition at line 110 of file pyG4Exception.cc.

References pyG4Exception::f2_G4Exception().

Referenced by BOOST_PYTHON_MODULE().

111 {
112  def("G4Exception", f2_G4Exception);
113 }
void f2_G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)