Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4PrimaryVertex.cc,v 1.4 2006-06-29 15:34:43 gunter Exp $
// $Name: not supported by cvs2svn $
// $Id: pyG4PrimaryVertex.cc 76884 2013-11-18 12:54:03Z gcosmo $
// ====================================================================
// pyG4PrimaryVertex.cc
//
@@ -40,9 +39,9 @@ using namespace boost::python;
// ====================================================================
namespace pyG4PrimaryVertex {
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_GetPrimary, GetPrimary, 0, 1);
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_GetPrimary, GetPrimary, 0, 1)
};
}
using namespace pyG4PrimaryVertex;
@@ -60,7 +59,7 @@ void export_G4PrimaryVertex()
.add_property("T0", &G4PrimaryVertex::GetT0)
// ---
.def("GetPosition", &G4PrimaryVertex::GetPosition,
return_value_policy<return_by_value>())
return_value_policy<return_by_value>())
.def("GetX0", &G4PrimaryVertex::GetX0)
.def("GetY0", &G4PrimaryVertex::GetY0)
.def("GetZ0", &G4PrimaryVertex::GetZ0)