Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
+13 -13
View File
@@ -18,9 +18,9 @@
# you may fetch it yourself from your nearest archive site.)
#
# $Id: Configure,v 1.96 2007/02/16 12:20:09 bmorgan Exp $
# $Id: Configure,v 1.98 2007/06/22 11:49:47 bmorgan Exp $
#
# Generated on Fri Feb 16 12:09:40 GMT 2007 [metaconfig 3.0 PL70]
# Generated on Fri Jun 22 12:32:16 BST 2007 [metaconfig 3.0 PL70]
cat >/tmp/c1$$ <<EOF
WARNING!!!!!
@@ -2733,19 +2733,19 @@ esac
case "$g4radioactivedata" in
'')
g4radioactivedata=$g4data/RadioactiveDecay3.1
g4radioactivedata=$g4data/RadioactiveDecay3.2
;;
esac
case "$g4ledata" in
'')
g4ledata=$g4data/G4EMLOW4.2
g4ledata=$g4data/G4EMLOW4.3
;;
esac
case "$g4neutronhpcrosssections" in
'')
g4neutronhpcrosssections=$g4data/G4NDL3.10
g4neutronhpcrosssections=$g4data/G4NDL3.11
;;
esac
@@ -2769,7 +2769,7 @@ Please, specify default directory where ALL the Geant4 data is installed:
G4LEDATA: $g4ledata
NeutronHPCrossSections: $g4neutronhpcrosssections
G4NEUTRONHPDATA: $g4neutronhpcrosssections
You will be asked about customizing these next.
@@ -2790,9 +2790,9 @@ gans=$ans
g4data=$ans
g4levelgammadata=$g4data/PhotonEvaporation2.0
g4radioactivedata=$g4data/RadioactiveDecay3.1
g4ledata=$g4data/G4EMLOW4.2
g4neutronhpcrosssections=$g4data/G4NDL3.10
g4radioactivedata=$g4data/RadioactiveDecay3.2
g4ledata=$g4data/G4EMLOW4.3
g4neutronhpcrosssections=$g4data/G4NDL3.11
# g4elasticdata=$g4data/G4ELASTIC1.1
fi
# done
@@ -2811,7 +2811,7 @@ Please, specify default directory where the Geant4 data is installed:
3) G4LEDATA: $g4ledata
4) NeutronHPCrossSections: $g4neutronhpcrosssections
4) G4NEUTRONHPDATA: $g4neutronhpcrosssections
To modify default settings, select number above (e.g. 2)
EOM`
@@ -2836,21 +2836,21 @@ gans=$ans
2)
dflt=$g4radioactivedata
fn='d~'
rp="Where is Geant4 RadioactiveDecay3.1 data installed?"
rp="Where is Geant4 RadioactiveDecay3.2 data installed?"
. ./getfile
g4radioactivedata=$ans
;;
3)
dflt=$g4ledata
fn='d~'
rp="Where is G4EMLOW4.2 data installed ?"
rp="Where is G4EMLOW4.3 data installed ?"
. ./getfile
g4ledata=$ans
;;
4)
dflt=$g4neutronhpcrosssections
fn='d~'
rp="Where is G4NDL3.10 data installed?"
rp="Where is G4NDL3.11 data installed?"
. ./getfile
g4neutronhpcrosssections=$ans
;;
File diff suppressed because it is too large Load Diff
+26 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.289 2007/02/28 15:35:31 gcosmo Exp $
$Id: History,v 1.295 2007/06/28 17:01:13 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,31 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
28th June 2007 Gabriele Cosmo (config-V08-03-04)
- Updated Configure scripts to fix installation issue when installation
path is different from source path and headers are not installed.
- Cleared <TAB> characters from .gmk scripts where not necessary.
22nd June 2007 Gabriele Cosmo (config-V08-03-03)
- Corrected binmake.gmk for having error_propagation in INCFLAGS properly
included in search path.
- Updated internal scripts for Configure to cope with new environment
variable G4NEUTRONHPDATA.
18th June 2007 Ben Morgan (config-V08-03-02)
- Fixed Configure internal script to get rid of searching old physics_list
module at installation.
27th May 2007 Gabriele Cosmo (config-V08-03-01)
- Added "lll_fission" hadronic model module to binmake.gmk.
12th May 2007 Gabriele Cosmo (config-V08-03-00)
- Added "error_propagation" module to binmake.gmk.
- Removed G4LIB_BUILD_LISTS flag. Physics lists are built by default.
21st March 2007 Gabriele Cosmo
- Added "biasing" module to binmake.gmk.
28th February 2007 Gabriele Cosmo (config-V08-02-00)
- Protected generation of dependencies using internal 'make' variable
MAKECMDGOALS in binmake.gmk and common.gmk, following suggestion made
+6 -13
View File
@@ -1,4 +1,4 @@
# $Id: architecture.gmk,v 1.107 2006/10/31 11:35:43 gunter Exp $
# $Id: architecture.gmk,v 1.110 2007/06/28 14:16:55 gcosmo Exp $
# ------------------------------------------------------------------------
# GEANT 4 - Architecture configuration script for GNU Make
#
@@ -13,11 +13,11 @@
# List of the supported architectures/compilers and related flavors for
# the environment variable G4SYSTEM:
#
# Linux-g++ Linux (Red Hat Enterprise/SCL3), gcc-3.2.3 (default)
# Linux-g++ Linux (Red Hat Enterprise/SCL4), gcc-3.4.6 (default)
#
# SUN-CC SunOS 5.8, CC 5.4
# SUN-CC SunOS 5.8, CC 5.5
#
# WIN32-VC Windows/XP and Microsoft Visual C++ 7.1 .NET
# WIN32-VC Windows/XP and Microsoft Visual C++ 8.0
# Adding CYGWIN32 tools
# -------------------------------------------------------------------------
@@ -51,7 +51,7 @@ ifndef G4TMP
G4TMP := $(G4WORKDIR)/tmp
endif
G4DUMMY_VARIABLE:=$(shell [ ! -d $(G4TMP) ] && mkdir -p $(G4TMP) )
# If not specified, the default path for G4 libraries G4LIB is
# set to $G4INSTALL/lib/$G4SYSTEM ...
#
@@ -112,12 +112,6 @@ ifneq ($(G4LIB_BUILD_ZLIB),)
G4LIB_USE_ZLIB = 1
endif
# Allow to disable building of physics_lists module. Default is to build these
#
ifneq ($(G4LIB_BUILD_LISTS),NO)
G4LIB_BUILD_LISTS = 1
endif
# If not specified, the default path for G4 binaries G4BIN is
# set to $G4WORKDIR/bin/$G4SYSTEM ...
#
@@ -304,8 +298,7 @@ ifdef OGLFLAGS
OGLFLAGS:= $(filter-out -I/usr/include,$(OGLFLAGS))
OGLFLAGS:= $(filter-out -I/usr//include,$(OGLFLAGS))
endif
# If there is no cbrt() function...
#
ifdef G4_NO_CBRT
+31 -31
View File
@@ -1,4 +1,4 @@
# $Id: binmake.gmk,v 1.117 2007/02/28 15:35:07 gcosmo Exp $
# $Id: binmake.gmk,v 1.123 2007/06/28 14:16:55 gcosmo Exp $
# ----------------------------------------------------------
# Script defining rules and paths for making binaries.
# First implementation: Gabriele Cosmo, 25/06/1998.
@@ -60,10 +60,11 @@ ifndef INCFLAGS
-I$(G4BASE)/particles/hadrons/ions/include \
-I$(G4BASE)/particles/hadrons/mesons/include \
-I$(G4BASE)/particles/shortlived/include \
-I$(G4BASE)/physics_lists/lists/include \
-I$(G4BASE)/physics_lists/builders/include \
-I$(G4BASE)/physics_lists/lists/include \
-I$(G4BASE)/physics_lists/builders/include \
-I$(G4BASE)/processes/management/include \
-I$(G4BASE)/processes/cuts/include \
-I$(G4BASE)/processes/biasing/include \
-I$(G4BASE)/processes/scoring/include \
-I$(G4BASE)/processes/decay/include \
-I$(G4BASE)/processes/optical/include \
@@ -77,19 +78,19 @@ ifndef INCFLAGS
-I$(G4BASE)/processes/electromagnetic/highenergy/include \
-I$(G4BASE)/processes/electromagnetic/polarisation/include \
-I$(G4BASE)/processes/hadronic/cross_sections/include \
-I$(G4BASE)/processes/hadronic/management/include \
-I$(G4BASE)/processes/hadronic/models/abrasion/include \
-I$(G4BASE)/processes/hadronic/management/include \
-I$(G4BASE)/processes/hadronic/models/abrasion/include \
-I$(G4BASE)/processes/hadronic/models/binary_cascade/include \
-I$(G4BASE)/processes/hadronic/models/cascade/cascade/include \
-I$(G4BASE)/processes/hadronic/models/cascade/evaporation/include \
-I$(G4BASE)/processes/hadronic/models/cascade/utils/include \
-I$(G4BASE)/processes/hadronic/models/cascade/cascade/include \
-I$(G4BASE)/processes/hadronic/models/cascade/evaporation/include \
-I$(G4BASE)/processes/hadronic/models/cascade/utils/include \
-I$(G4BASE)/processes/hadronic/models/chiral_inv_phase_space/body/include \
-I$(G4BASE)/processes/hadronic/models/chiral_inv_phase_space/interface/include \
-I$(G4BASE)/processes/hadronic/models/coherent_elastic/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/ablation/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/ablation/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/evaporation/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/fermi_breakup/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/fission/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/fission/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/gem_evaporation/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/handler/include \
-I$(G4BASE)/processes/hadronic/models/de_excitation/management/include \
@@ -103,6 +104,7 @@ ifndef INCFLAGS
-I$(G4BASE)/processes/hadronic/models/inucl/include \
-I$(G4BASE)/processes/hadronic/models/isotope_production/include \
-I$(G4BASE)/processes/hadronic/models/leading_particle/include \
-I$(G4BASE)/processes/hadronic/models/lll_fission/include \
-I$(G4BASE)/processes/hadronic/models/low_energy/include \
-I$(G4BASE)/processes/hadronic/models/management/include \
-I$(G4BASE)/processes/hadronic/models/neutron_hp/include \
@@ -141,6 +143,7 @@ ifndef INCFLAGS
-I$(G4BASE)/persistency/include \
-I$(G4BASE)/readout/include \
-I$(G4BASE)/event/include \
-I$(G4BASE)/error_propagation/include \
-I$(G4BASE)/graphics_reps/include \
-I$(G4BASE)/intercoms/include
ifdef G4LIB_USE_G3TOG4
@@ -206,16 +209,13 @@ ifdef GLOBALLIBS
LDLIBS2 += -lG3toG4
endif
LDLIBS2 += -lG4readout
ifeq ($(G4LIB_BUILD_LISTS),1)
LDLIBS2 += -lG4physicslists
endif
LDLIBS2 += -lG4run \
LDLIBS2 += -lG4error_propagation \
-lG4readout \
-lG4physicslists \
-lG4run \
-lG4event \
-lG4tracking \
-lG4parmodels \
-lG4parmodels \
-lG4processes \
-lG4digits_hits \
-lG4track \
@@ -231,19 +231,19 @@ else
ifeq ($(G4INCLUDE_EXEC),1)
LDLIBS2 = $(shell \
G4TMP=$(G4TMP); export G4TMP; \
if [ \( -f $(G4LIB)/$(G4SYSTEM)/liblist \
-a -f $(G4LIB)/$(G4SYSTEM)/libname.map \) ]; then \
$(G4LIB)/$(G4SYSTEM)/liblist \
-m $(G4LIB)/$(G4SYSTEM) \
< $(G4LIB)/$(G4SYSTEM)/libname.map; fi)
if [ \( -f $(G4LIB)/$(G4SYSTEM)/liblist \
-a -f $(G4LIB)/$(G4SYSTEM)/libname.map \) ]; then \
$(G4LIB)/$(G4SYSTEM)/liblist \
-m $(G4LIB)/$(G4SYSTEM) \
< $(G4LIB)/$(G4SYSTEM)/libname.map; fi)
else
LDLIBS2 = $(shell \
G4TMP=$(G4TMP); export G4TMP; \
if [ \( -f $(G4LIB)/$(G4SYSTEM)/liblist \
-a -f $(G4LIB)/$(G4SYSTEM)/libname.map \) ]; then \
$(G4LIB)/$(G4SYSTEM)/liblist \
-d $(G4TMPDIR) \
< $(G4LIB)/$(G4SYSTEM)/libname.map; fi)
if [ \( -f $(G4LIB)/$(G4SYSTEM)/liblist \
-a -f $(G4LIB)/$(G4SYSTEM)/libname.map \) ]; then \
$(G4LIB)/$(G4SYSTEM)/liblist \
-d $(G4TMPDIR) \
< $(G4LIB)/$(G4SYSTEM)/libname.map; fi)
# Warning: do not add to LDLIBS2 with += because this causes it to be
# expanded too soon. Hence extra libraries must have a different name...
# Extra libraries to resolve remaining circular dependencies...
@@ -291,10 +291,10 @@ ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
ifdef G4LIB_USE_DLL
LDLIBS = $(TARGETLIB) $(patsubst -l%,lib%.a,$(WIN32TMP3)) $(patsubst -l%,lib%.lib,$(WIN32TMP4))
else
LDLIBS = $(TARGETLIB) $(patsubst -l%,lib%.lib,$(WIN32TMP2))
LDLIBS = $(TARGETLIB) $(patsubst -l%,lib%.lib,$(WIN32TMP2))
endif
else
LDLIBS = $(TARGETLIB) $(patsubst -l%,lib%.a,$(WIN32TMP2))
LDLIBS = $(TARGETLIB) $(patsubst -l%,lib%.a,$(WIN32TMP2))
endif
else
LDLIBS = $(TARGETLIB) $(LDLIBS_PREFINAL)
@@ -304,7 +304,7 @@ ifdef transform-RPath
# Invoke system specific transformation of
include $(G4INSTALL)/config/sys/$(G4SYSTEM)-runpath.gmk
endif
sources := $(wildcard $(G4TARGET).cc)
objects := $(patsubst %.cc,$(G4TMPDIR)/exe/%.$(TARGOBJEXT),$(sources))
dependencies := $(patsubst %.cc,$(G4TMPDIR)/exe/%.d,$(sources))
+3 -3
View File
@@ -1,4 +1,4 @@
# $Id: common.gmk,v 1.42 2007/02/28 15:35:07 gcosmo Exp $
# $Id: common.gmk,v 1.43 2007/06/28 14:33:38 gcosmo Exp $
# ----------------------------------------------------------------
# Common part of GNUmakefile for libraries. John Allison, 5/7/95.
# ----------------------------------------------------------------
@@ -123,10 +123,10 @@ installed_includes:=$(patsubst include/%,$(G4INCLUDE)/%,$(installed_includes))
# NOTE: the double colon rule allows to add other rules for the same target
#
includes:: $(installed_includes)
includes:: $(installed_includes)
# Static Pattern rules, see GNU make manual for details.
# target(s): target-pattern : dep-pattern
# target(s): target-pattern : dep-pattern
#
$(installed_includes): $(G4INCLUDE)/% : include/%
@cp -p $< $@
+3 -3
View File
@@ -37,7 +37,7 @@ unsetenv G4INSTALL
unsetenv G4LEDATA
unsetenv G4LEVELGAMMADATA
unsetenv NeutronHPCrossSections
unsetenv G4NEUTRONHPDATA
unsetenv G4RADIOACTIVEDATA
unsetenv G4LIB
@@ -140,8 +140,8 @@ endif
#+
if ( X$g4neutronhpcrosssections != X ) then
setenv NeutronHPCrossSections "$g4neutronhpcrosssections"
echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
setenv G4NEUTRONHPDATA "$g4neutronhpcrosssections"
echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
endif
#+
+7 -9
View File
@@ -37,7 +37,7 @@ unset G4INSTALL
unset G4LEDATA
unset G4LEVELGAMMADATA
unset NeutronHPCrossSections
unset G4NEUTRONHPDATA
unset G4RADIOACTIVEDATA
unset G4LIB
@@ -163,10 +163,10 @@ fi
#+
if [ X$g4neutronhpcrosssections != X ] ; then
NeutronHPCrossSections="$g4neutronhpcrosssections"
export NeutronHPCrossSections
G4NEUTRONHPDATA="$g4neutronhpcrosssections"
export G4NEUTRONHPDATA
if [ X\$g4non_display = X ] ; then
echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
fi
fi
@@ -617,7 +617,7 @@ $spitshell >>env.sh <<'!NO!SUBS!'
#
if [ $G4WORKDIR ] ; then
if [ X$g4non_display = X ] ; then
if [ X\$g4non_display = X ] ; then
echo "In your environment you have the G4WORKDIR=$G4WORKDIR"
fi
@@ -626,7 +626,7 @@ else
# Check for Windows!
if test "X$G4SYSTEM" = "XWIN32-VC" -o "X$G4SYSTEM" = "XWIN32-VC7"; then
if [ X$g4non_display = X ] ; then
if [ X\$g4non_display = X ] ; then
echo "G4WORKDIR will be set to c:/geant4 (in "native" Windows syntax)"
fi
@@ -635,7 +635,7 @@ export G4WORKDIR
else # if Unix
if [ X$g4non_display = X ] ; then
if [ X\$g4non_display = X ] ; then
echo "G4WORKDIR will be set to HOME/geant4=$HOME/geant4"
fi
@@ -656,7 +656,6 @@ if [ $G4LIB_BUILD_SHARED ] ; then
#
# Warning about LD_LIBRARY_PATH
#
if [ X$g4non_display = X ] ; then
echo ''
echo 'LD_LIBRARY_PATH is set to include CLHEP and Geant4 libraries. '
echo ''
@@ -666,7 +665,6 @@ echo 'variable in your environment, and no other outdated installations'
echo 'of CLHEP are by chance referenced through $LD_LIBRARY_PATH and'
echo 'present in your system !'
echo ''
fi
if [ $LD_LIBRARY_PATH ] ; then
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${G4LIB}/${G4SYSTEM}
+4 -4
View File
@@ -37,7 +37,7 @@ unset G4INSTALL
unset G4LEDATA
unset G4LEVELGAMMADATA
unset NeutronHPCrossSections
unset G4NEUTRONHPDATA
unset G4RADIOACTIVEDATA
unset G4LIB
@@ -144,9 +144,9 @@ fi
#+
if [ X$g4neutronhpcrosssections != X ] ; then
NeutronHPCrossSections="$g4neutronhpcrosssections"
export NeutronHPCrossSections
echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
G4NEUTRONHPDATA="$g4neutronhpcrosssections"
export G4NEUTRONHPDATA
echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
fi
#+
+5 -5
View File
@@ -89,9 +89,9 @@ fi
#+
if [ X$g4neutronhpcrosssections != X ] ; then
NeutronHPCrossSections="$g4neutronhpcrosssections"
export NeutronHPCrossSections
echo "On this machine the NeutronHPCrossSections=\$NeutronHPCrossSections"
G4NEUTRONHPDATA="$g4neutronhpcrosssections"
export G4NEUTRONHPDATA
echo "On this machine the G4NEUTRONHPDATA=\$G4NEUTRONHPDATA"
fi
#+
@@ -384,7 +384,7 @@ echo ""
echo "Installing sources and headers..."
echo ""
mkdir -p $g4final_install/src/geant4/
tar cf - Configure config/ source/ environments/ physics_lists/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
tar cf - Configure config/ source/ environments/ examples/ include/ |(cd $g4final_install/src/geant4/; tar xf -)
fi
fi
@@ -398,7 +398,7 @@ echo "Installing sources..."
echo ""
mkdir -p $g4final_install/src/geant4/
tar cf - Configure config/ source/ environments/ physics_lists/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
tar cf - Configure config/ source/ environments/ examples/ |(cd $g4final_install/src/geant4/; tar xf -)
fi
echo ""
+10 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.27 2006/12/01 02:42:50 kmura Exp $
$Id: History,v 1.29 2007/06/07 09:12:11 kmura Exp $
-------------------------------------------------------------------
=========================================================
@@ -18,6 +18,15 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
envs-V08-03-01 7 June Koichi Murakami
[g4py]
- modified for 9.0 (checked for cand-05)
envs-V08-03-00 27 May Koichi Murakami
[g4py]
- implement software abort by Ctrl-C.
- modified for 8.3/9.0
envs-V08-01-02 01 December 2006 Koichi Murakami
- pyG4Material.cc : fix namespace problem
- pyG4VisManager.cc : replace SetVerboisity with SetVerboseLevel for G4.8.2
@@ -25,7 +25,7 @@
//
// Taken from
// $Id: MomoEventAction.hh,v 1.2 2006/06/29 15:27:31 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef MomoEventAction_h
@@ -25,7 +25,7 @@
//
// Taken after
// $Id: MomoRunAction.hh,v 1.2 2006/06/29 15:27:45 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
#ifndef MomoRunAction_h
@@ -25,7 +25,7 @@
//
// Taken from
// $Id: MomoEventAction.cc,v 1.2 2006/06/29 15:27:54 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
@@ -25,7 +25,7 @@
//
// Taken from
// $Id: MomoRunAction.cc,v 1.2 2006/06/29 15:28:02 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.1 2006/02/27 09:29:42 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py
# ===========================================================
+15 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.23 2006/12/01 02:38:18 kmura Exp $
$Id: History,v 1.25 2007/06/07 09:07:37 kmura Exp $
-------------------------------------------------------------------
=========================================================
@@ -14,6 +14,20 @@ Geant4Py is a Geant4-Python bridge.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
07 June 2007 K.Murakami
- modified for 9.0
- pyG4LossTableManager.cc : updated
- physics lists : removed some staffs
24 May 2007 K.Murakami (1.3.0)
- implement software abort by Ctrl-C.
- modified for 8.3/9.0
- pyG4EmCalculator.cc : updated
- pyG4LossTableManager.cc : updated
- pyG4ProductionCutsTable.cc : updated
- pyG4TwoVector.cc : added
- physics lists : new staffs are added
01 Dec 2006 K.Murakami (1.2.0)
- pyG4Material.cc : fix namespace problem
- pyG4VisManager.cc : replace SetVerboisity with SetVerboseLevel for G4.8.2
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: linux.gmk,v 1.5 2006/08/10 08:49:08 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# System specific terms
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: linuxx8664gcc.gmk,v 1.5 2006/08/10 08:49:08 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# System specific terms
# ===========================================================
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: macosx.gmk,v 1.4 2006/08/10 08:49:08 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# System specific terms
#
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.1 2006/05/11 04:35:32 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MyDetectorConstruction.cc,v 1.3 2006/06/29 15:28:11 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MyDetectorConstruction.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MyDetectorConstruction.hh,v 1.3 2006/06/29 15:28:13 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MyDetectorConstruction.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MyMaterials.cc,v 1.3 2006/06/29 15:28:16 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MyMaterials.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MyMaterials.hh,v 1.3 2006/06/29 15:28:19 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MyMaterials.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MyPhysicsList.cc,v 1.3 2006/06/29 15:28:21 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MyPhysicsList.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MyPhysicsList.hh,v 1.3 2006/06/29 15:28:23 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MyPhysicsList.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: Particles.cc,v 1.3 2006/06/29 15:28:25 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// Particles.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: PhysicsListEMstd.cc,v 1.3 2006/06/29 15:28:29 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// PhysicsListEMstd.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pydemo_wp.cc,v 1.3 2006/06/29 15:28:40 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pydemo_wp.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: EzDetectorConstruction.cc,v 1.3 2006/06/29 15:28:43 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// EzDetectorConstruction.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: EzDetectorConstruction.hh,v 1.3 2006/06/29 15:28:46 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// EzDetectorConstruction.hh
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.3 2006/08/10 08:50:18 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4EzVolume.cc,v 1.3 2006/06/29 15:28:52 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// G4EzVolume.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4EzVolume.hh,v 1.3 2006/06/29 15:28:55 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// G4EzVolume.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4EzVoxelParameterization.cc,v 1.3 2006/06/29 15:28:58 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// G4EzVoxelParameterization.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4EzVoxelParameterization.hh,v 1.3 2006/06/29 15:29:01 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// G4EzVoxelParameterization.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4EzWorld.cc,v 1.4 2006/08/25 05:13:16 kmura Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// G4EzWorld.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: G4EzWorld.hh,v 1.3 2006/06/29 15:29:07 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// G4EzWorld.hh
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/08/08 05:26:19 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyEzgeom.cc,v 1.3 2006/06/29 15:28:49 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyEZgeom.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:17:30 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.3 2006/06/14 08:23:52 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.3 2006/07/12 01:56:23 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: ExN01DetectorConstruction.cc,v 1.4 2006/06/29 15:29:10 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// ExN01DetectorConstruction.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: ExN01DetectorConstruction.hh,v 1.4 2006/06/29 15:29:12 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// ExN01DetectorConstruction.hh
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:25:12 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyExN01geom.cc,v 1.4 2006/06/29 15:29:14 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyExN01geom.cc
//
@@ -25,7 +25,7 @@
//
//
// $Id: ExN03DetectorConstruction.cc,v 1.5 2006/12/01 02:37:01 kmura Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: ExN03DetectorConstruction.hh,v 1.5 2006/12/01 02:37:01 kmura Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: ExN03DetectorMessenger.cc,v 1.1 2006/12/01 02:37:01 kmura Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: ExN03DetectorMessenger.hh,v 1.1 2006/12/01 02:37:01 kmura Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:25:12 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyExN03geom.cc,v 1.4 2006/06/29 15:29:21 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyExN03geom.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:25:12 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:25:12 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: QDetectorConstruction.cc,v 1.4 2006/06/29 15:29:24 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// QDetectorConstruction.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: QDetectorConstruction.hh,v 1.4 2006/06/29 15:29:26 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// QDetectorConstruction.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyQgeom.cc,v 1.4 2006/06/29 15:29:29 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyQgeom.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:28:34 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:28:34 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: NISTmaterials.cc,v 1.4 2006/06/29 15:29:32 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// NISTmaterials.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyNISTmaterials.cc,v 1.4 2006/06/29 15:29:34 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyNISTmaterials.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:28:36 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: Qmaterials.cc,v 1.4 2006/06/29 15:29:37 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// Qmaterials.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyQmaterials.cc,v 1.4 2006/06/29 15:29:40 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyQmaterials.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.1 2006/07/12 08:46:18 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: PhysicsListEMlowE.cc,v 1.1 2006/07/12 08:46:18 kmura Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// PhysicsListEMlowE.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: PhysicsListEMlowE.hh,v 1.1 2006/07/12 08:46:18 kmura Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// PhysicsListEMlowE.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyEMLowEpl.cc,v 1.2 2006/07/12 09:18:08 kmura Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyEMLowEpl.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:31:40 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: PhysicsListEMstd.cc,v 1.5 2006/07/11 09:55:01 kmura Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// PhysicsListEMstd.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: PhysicsListEMstd.hh,v 1.4 2006/06/29 15:29:46 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// PhysicsListEMstd.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyEMSTDpl.cc,v 1.4 2006/06/29 15:29:49 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyEMSTDpl.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: ExN01PhysicsList.cc,v 1.4 2006/06/29 15:29:52 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// ExN01PhysicsList.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: ExN01PhysicsList.hh,v 1.4 2006/06/29 15:29:55 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// ExN01PhysicsList.hh
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:31:40 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyExN01pl.cc,v 1.4 2006/06/29 15:29:58 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyExN01pl.cc
//
@@ -25,7 +25,7 @@
//
//
// $Id: ExN03PhysicsList.cc,v 1.4 2006/06/29 15:30:01 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -25,7 +25,7 @@
//
//
// $Id: ExN03PhysicsList.hh,v 1.4 2006/06/29 15:30:04 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// GEANT4 tag $Name: geant4-09-00 $
//
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.1 2006/04/25 10:32:41 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyExN03pl.cc,v 1.3 2006/06/29 15:30:07 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyExN03pl.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.3 2006/07/12 08:45:14 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:29:52 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:29:52 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MedicalBeam.cc,v 1.6 2006/06/29 15:30:10 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MedicalBeam.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: MedicalBeam.hh,v 1.4 2006/06/29 15:30:12 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// MedicalBeam.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyMedicalBeam.cc,v 1.4 2006/06/29 15:30:14 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyMedicalBeam.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 10:29:52 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: ParticleGunAction.cc,v 1.4 2006/06/29 15:30:16 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// ParticleGunAction.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: ParticleGunAction.hh,v 1.4 2006/06/29 15:30:19 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// ParticleGunAction.hh
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyParticleGun.cc,v 1.4 2006/06/29 15:30:21 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyParticleGun.cc
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.1 2006/07/12 01:57:46 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py site-modules
# ===========================================================
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.1 2006/07/12 02:01:07 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.4 2006/11/20 08:56:26 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
+1 -1
View File
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 08:09:43 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyG4indexing.hh,v 1.4 2006/06/29 15:30:24 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyG4indexing.hh
//
@@ -1,5 +1,5 @@
# $Id: GNUmakefile,v 1.2 2006/04/25 08:09:43 kmura Exp $
# $Name: geant4-08-02 $
# $Name: geant4-09-00 $
# ===========================================================
# Makefile for building Geant4Py modules
# ===========================================================
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pyG4VSensitiveDetector.cc,v 1.4 2006/06/29 15:30:26 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pyG4VSensitiveDetector.cc
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: pymodG4digits_hits.cc,v 1.4 2006/06/29 15:30:29 gunter Exp $
// $Name: geant4-08-02 $
// $Name: geant4-09-00 $
// ====================================================================
// pymodG4digits_hits.cc [Geant4Py module]
//

Some files were not shown because too many files have changed in this diff Show More