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

Go to the source code of this file.

Functions

void export_G4ElementVector ()
 

Function Documentation

void export_G4ElementVector ( )

Definition at line 41 of file pyG4ElementVector.cc.

42 {
43  class_<G4ElementVector> ("G4ElementVector", "element vector")
45  .def(self_ns::str(self))
46  ;
47 }