Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user