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

Go to the source code of this file.

Functions

void export_G4DAWNFILE ()
 

Function Documentation

void export_G4DAWNFILE ( )

Definition at line 40 of file pyG4DAWNFILE.cc.

Referenced by BOOST_PYTHON_MODULE().

41 {
42  class_<G4DAWNFILE, G4DAWNFILE*, bases<G4VGraphicsSystem> >
43  ("G4DAWNFILE", "DAWN(file) visualization module")
44  ;
45 }