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

Go to the source code of this file.

Functions

void export_G4Version ()
 

Function Documentation

void export_G4Version ( )

Definition at line 39 of file pyG4Version.cc.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  scope current;
42  current.attr("G4VERSION_NUMBER")= G4VERSION_NUMBER;
43  current.attr("G4Version")= G4Version.c_str();
44  current.attr("G4Date")= G4Date.c_str();
45 }