LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pymodG4interface.cc File Reference
#include <boost/python.hpp>

Go to the source code of this file.

Functions

void export_G4UIterminal ()
 
 BOOST_PYTHON_MODULE (G4interface)
 

Function Documentation

BOOST_PYTHON_MODULE ( G4interface  )

Definition at line 41 of file pymodG4interface.cc.

References export_G4UIterminal().

42 {
44 }
void export_G4UIterminal()
void export_G4UIterminal ( )

Definition at line 70 of file pyG4UIterminal.cc.

References pyG4UIterminal::StartUISession().

Referenced by BOOST_PYTHON_MODULE().

71 {
72  def("StartUISession", StartUISession);
73 }