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

Go to the source code of this file.

Functions

void export_G4Field ()
 

Function Documentation

void export_G4Field ( )

Definition at line 39 of file pyG4Field.cc.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  class_<G4Field, G4Field*, boost::noncopyable>
42  ("G4Field", "base class of field", no_init)
43  ;
44 }