Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 08:09:45 kmura Exp $
# $Name: geant4-09-00 $
# $Name: geant4-09-01 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -23,14 +23,15 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4UIterminal.cc,v 1.6 2007/05/28 03:11:20 kmura Exp $
// $Name: geant4-09-00 $
// $Id: pyG4UIterminal.cc,v 1.7 2007/06/29 02:22:20 kmura Exp $
// $Name: geant4-09-01 $
// ====================================================================
// pyG4UIterminal.cc
//
// 2005 Q
// ====================================================================
#include <boost/python.hpp>
#include "pyG4Version.hh"
#include "G4UIterminal.hh"
#include "G4UItcsh.hh"
@@ -51,7 +52,11 @@ void StartUISession()
G4UItcsh* tcsh= new
G4UItcsh("g4py(%s)[%/]:");
#if G4VERSION_NUMBER >= 900
session= new G4UIterminal(tcsh, false);
#else
session= new G4UIterminal(tcsh);
#endif
tcsh-> SetLsColor(BLUE,RED);
}
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pymodG4interface.cc,v 1.5 2006/08/08 05:20:09 kmura Exp $
// $Name: geant4-09-00 $
// $Name: geant4-09-01 $
// ====================================================================
// pymodG4interface.cc [Geant4Py module]
//