LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyG4ExceptionHandler.cc File Reference
#include <stdlib.h>
#include <boost/python.hpp>
#include "G4ios.hh"
#include "G4VExceptionHandler.hh"
#include "G4StateManager.hh"

Go to the source code of this file.

Classes

class  PyG4ExceptionHandler
 

Functions

void export_G4ExceptionHandler ()
 

Function Documentation

void export_G4ExceptionHandler ( )

Definition at line 104 of file pyG4ExceptionHandler.cc.

Referenced by BOOST_PYTHON_MODULE().

105 {
106  class_<PyG4ExceptionHandler, boost::noncopyable>
107  ("G4ExceptionHandler", "exception handler")
108  ;
109 }