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

Go to the source code of this file.

Namespaces

 pyG4ProcVector
 

Typedefs

typedef std::vector< G4VProcess * > pyG4ProcVector::G4ProcVector
 

Functions

void export_G4ProcVector ()
 

Function Documentation

void export_G4ProcVector ( )

Definition at line 48 of file pyG4ProcVector.cc.

Referenced by BOOST_PYTHON_MODULE().

49 {
50  class_<G4ProcVector> ("G4ProcVector", "process vector")
52  ;
53 }