Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
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.

References G4RandomDirection().

Referenced by BOOST_PYTHON_MODULE().

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