Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
+3 -5
View File
@@ -7,9 +7,8 @@
# This package contains a set of Python interface with Geant4.
# ==================================================================
"""
# $Id: __init__.py 107590 2017-11-24 11:59:22Z gcosmo $
__version__ ='10.4'
__date__ = 'December/2017'
__version__ ='10.5'
__date__ = 'December/2018'
__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)'
# import submodules
@@ -38,9 +37,8 @@ def print_version():
Version : %s
Date : %s
Contact : %s
=============================================================
""" % ( __version__, __date__, __author__)
""" % ( __version__, __date__)
# ==================================================================
# initialize
@@ -7,7 +7,6 @@
# Q, 2005
# ==================================================================
"""
#$Id: colortable.py 66892 2013-01-17 10:57:59Z gunter $
def int_rgb(name):
@@ -7,7 +7,6 @@
# Q, 2005
# ==================================================================
"""
#$Id: g4thread.py 66892 2013-01-17 10:57:59Z gunter $
import thread
from G4run import *
@@ -1,4 +1,3 @@
#$Id: g4viscp.py 66892 2013-01-17 10:57:59Z gunter $
"""
# ==================================================================
# Python module
@@ -8,7 +8,6 @@
# Q, 2005
# ==================================================================
"""
#$Id: hepunit.py 66892 2013-01-17 10:57:59Z gunter $
# ==================================================================
# imported from "SystemOfUnits.h"