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
+23 -1
View File
@@ -1,4 +1,3 @@
$Id: README 85991 2014-11-06 15:41:42Z gcosmo $
--------------------------------------------------
=========================================================
@@ -127,5 +126,28 @@ $Id: README 85991 2014-11-06 15:41:42Z gcosmo $
This will copy the files from shared in the example include and src;
to remove these files:
% gmake clean_setup
7- How to run
--------------
- Execute AnaEx03 in the 'interactive mode' with visualization:
% ./AnaEx03
and type in the commands from run.mac line by line:
Idle> /control/verbose 2
Idle> /tracking/verbose 1
Idle> /run/beamOn 10
Idle> ...
Idle> exit
or
Idle> /control/execute run.mac
....
Idle> exit
- Execute AnaEx03 in the 'batch' mode from macro files
(without visualization)
% ./AnaEx03 run.mac
% ./AnaEx03 run.mac > run.out
The AnaEx03.in macro is used in Geant4 testing.