Geant4-11
Namespaces | Functions
pyG4Exception.cc File Reference
#include <boost/python.hpp>
#include "G4ios.hh"
#include "G4StateManager.hh"
#include "G4ExceptionSeverity.hh"

Go to the source code of this file.

Namespaces

namespace  pyG4Exception
 

Functions

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

Function Documentation

◆ export_G4Exception()

void export_G4Exception ( )

Definition at line 110 of file pyG4Exception.cc.

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

References pyG4Exception::f2_G4Exception().

Referenced by BOOST_PYTHON_MODULE().