Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -23,16 +23,19 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4DynamicParticle.cc,v 1.4 2006/06/29 15:34:30 gunter Exp $
// $Name: geant4-08-01 $
// $Id: pyG4DynamicParticle.cc,v 1.5 2006/08/25 05:52:51 kmura Exp $
// $Name: geant4-08-02 $
// ====================================================================
// pyG4DynamicParticle.cc
//
// 2005 Q
// ====================================================================
#include <boost/python.hpp>
#include "G4DynamicParticle.hh"
#include "pyG4Version.hh"
#include "G4DynamicParticle.hh"
#if G4VERSION_NUMBER <= 701
#include "G4PrimaryParticle.hh"
#endif
using namespace boost::python;
@@ -74,6 +77,6 @@ void export_G4DynamicParticle()
#if G4VERSION_NUMBER >= 710
.def("GetPDGcode", &G4DynamicParticle::GetPDGcode)
#endif
;
;
}