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
@@ -1,11 +1,11 @@
{
gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/Style.C");
gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr05/scripts/Style.C");
for(ipart = 0; ipart<4; ipart++) {
for(ixs=0; ixs<7; ixs++) {
bool yes = true;
if(ipart != 1 && (ixs == 4 || ixs == 5)) yes = false;
if(yes)gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/PlotSingle.C");
if(yes)gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr05/scripts/PlotSingle.C");
}
}
}
@@ -12,7 +12,7 @@ else hh[ixs]->GetXaxis()->SetTitle(axtit[0]);
leg[ixs] = new TLegend(0.9, 0.6, 1.1, 0.9);
for(itarg=0; itarg<ntarg; itarg++) {
gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/AddMC.C");
gROOT->ProcessLine(".x $G4INSTALL/examples/extended/hadronic/Hadr05/scripts/AddMC.C");
cout << "Target# " << itarg << " max# " << ntarg << endl;
}
cout << "Loop is completed ixs= " << ixs << endl;
@@ -1,10 +1,10 @@
#/bin/csh
#================================================
# Macro file for Hadr00 run over all Physics Lists
# Macro file for Hadr05 run over all Physics Lists
# 26.06.2009 V.Ivanchneko
#================================================
source $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/run_single.csh QGSP_BERT
source $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/run_single.csh QBBC
source $G4INSTALL/examples/extended/hadronic/Hadr05/scripts/run_single.csh QGSP_BERT
source $G4INSTALL/examples/extended/hadronic/Hadr05/scripts/run_single.csh QBBC
#
@@ -1,6 +1,6 @@
#/bin/csh
#================================================
# Macro file for Hadr00 run over all Physics Lists
# Macro file for Hadr05 run over all Physics Lists
# 26.06.2009 V.Ivanchneko
#================================================
@@ -8,8 +8,8 @@ mkdir -p $1
cd $1
rm -f *.*
setenv PHYSLIST $1
$G4BIN/$G4SYSTEM/Hadr00 $G4INSTALL/examples/extended/hadronic/Hadr00/pn.mac >& pn.out
$G4BIN/$G4SYSTEM/Hadr00 $G4INSTALL/examples/extended/hadronic/Hadr00/pi.mac >& pi.out
root -b -q $G4INSTALL/examples/extended/hadronic/Hadr00/scripts/Plot.C
$G4BIN/$G4SYSTEM/Hadr05 $G4INSTALL/examples/extended/hadronic/Hadr05/pn.mac >& pn.out
$G4BIN/$G4SYSTEM/Hadr05 $G4INSTALL/examples/extended/hadronic/Hadr05/pi.mac >& pi.out
root -b -q $G4INSTALL/examples/extended/hadronic/Hadr05/scripts/Plot.C
cd ../
#