Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pymodG4geometry.cc,v 1.9 2007/11/13 08:05:27 kmura Exp $
// $Name: geant4-09-01 $
// $Id: pymodG4geometry.cc,v 1.10 2008/12/03 07:21:56 kmura Exp $
// $Name: geant4-09-02 $
// ====================================================================
// pymodG4geometry.cc [Geant4Py module]
//
@@ -37,6 +37,7 @@ using namespace boost::python;
// ====================================================================
// module definition
// ====================================================================
void export_G4GeometryManager();
void export_G4VTouchable();
void export_G4TouchableHistory();
void export_G4VPhysicalVolume();
@@ -79,6 +80,7 @@ void export_G4ChordFinder();
BOOST_PYTHON_MODULE(G4geometry)
{
export_G4GeometryManager();
export_G4VTouchable();
export_G4TouchableHistory();
export_G4VPhysicalVolume();