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,19 +23,16 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4VisManager.cc,v 1.6 2006/12/01 02:17:54 kmura Exp $
// $Name: geant4-09-01 $
// $Id: pyG4VisManager.cc,v 1.7 2008/03/13 07:32:18 kmura Exp $
// $Name: geant4-09-02 $
// ====================================================================
// pyG4VisManager.cc
//
// 2005 Q
// ====================================================================
#include <boost/python.hpp>
#include "pyG4Version.hh"
#include "G4VisManager.hh"
#if G4VERSION_NUMBER >= 800
#include "G4TrajectoryModelFactories.hh"
#endif
using namespace boost::python;
@@ -49,12 +46,10 @@ public:
virtual void RegisterGraphicsSystems() { }
#if G4VERSION_NUMBER >= 800
virtual void RegisterModelFactories() {
RegisterModelFactory(new G4TrajectoryDrawByChargeFactory());
RegisterModelFactory(new G4TrajectoryDrawByParticleIDFactory());
}
#endif
};