LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
pyG4RandomDirection.cc File Reference
#include <boost/python.hpp>
#include "G4RandomDirection.hh"

Go to the source code of this file.

Functions

void export_G4RandomDirection ()
 

Function Documentation

void export_G4RandomDirection ( )

Definition at line 40 of file pyG4RandomDirection.cc.

Referenced by BOOST_PYTHON_MODULE().

41 {
42  def("G4RandomDirection", G4RandomDirection);
43 }