Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user