Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+5 -5
View File
@@ -7,9 +7,9 @@
# This package contains a set of Python interface with Geant4.
# ==================================================================
"""
# $Id: __init__.py 94382 2015-11-13 10:18:01Z gcosmo $
__version__ ='10.2.0'
__date__ = 'November/2015'
# $Id: __init__.py 101648 2016-11-21 08:42:14Z gcosmo $
__version__ ='10.3'
__date__ = 'November/2016'
__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)'
# import submodules
@@ -35,7 +35,7 @@ from .colortable import *
def print_version():
print("""=============================================================
Welcome to Geant4Py (A Geant4-Python Bridge)
Version : %s
Date : %s
Contact : %s
@@ -153,7 +153,7 @@ if G4VisManager.GetConcreteInstance() == None:
gVisManager.RegisterGraphicsSystem(_heprep_file)
gVisManager.RegisterGraphicsSystem(_atree)
gVisManager.RegisterGraphicsSystem(_raytracer)
gVisManager.Initialize()
# version information