Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4RunManagerKernel.cc 76884 2013-11-18 12:54:03Z gcosmo $
// $Id: pyG4RunManagerKernel.cc 86749 2014-11-17 15:03:05Z gcosmo $
// ====================================================================
// pyG4RunManagerKernel.cc
//
@@ -39,6 +39,10 @@ using namespace boost::python;
// ====================================================================
namespace pyG4RunManagerKernel {
// RunInitialization()
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_RunInitialization,
RunInitialization, 0, 1)
}
using namespace pyG4RunManagerKernel;
@@ -57,7 +61,8 @@ void export_G4RunManagerKernel()
//.def("DefineWorldVolume", &G4RunManagerKernel::DefineWorldVolume)
//.def("SetPhysics", &G4RunManagerKernel::SetPhysics)
//.def("InitializePhysics", &G4RunManagerKernel::InitializePhysics)
.def("RunInitialization", &G4RunManagerKernel::RunInitialization)
.def("RunInitialization", &G4RunManagerKernel::RunInitialization,
f_RunInitialization())
//.def("RunTermination", &G4RunManagerKernel::RunTermination)
//.def("UpdateRegion", &G4RunManagerKernel::UpdateRegion)
//.def("DumpRegion", &G4RunManagerKernel::DumpRegion)