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
;;