Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+19 -4
View File
@@ -1,4 +1,4 @@
$Id: README,v 2.2 1998/11/27 17:09:02 maire Exp $
$Id: README,v 1.2 1999/05/31 14:48:07 maire Exp $
-------------------------------------------------------------------
=========================================================
@@ -75,7 +75,7 @@ $Id: README,v 2.2 1998/11/27 17:09:02 maire Exp $
The Visualization Manager is set in the main().
The initialisation of the drawing is done via the command
/vis~/create_view in the macro prerunN03.mac. This macro is
a set of /vis commands in the macro prerunN03.mac. This macro is
automatically read from the main in case of interactive running mode.
The detector has a default view which is a longitudinal view of the
@@ -84,6 +84,11 @@ $Id: README,v 2.2 1998/11/27 17:09:02 maire Exp $
The tracks are drawn at the end of event, and erased at the end of run.
Optionaly one can choose to draw all particles, only the charged one,
or none. This command is defined in EventActionMessenger class.
NB: the visualization (with OpenGL) assumes two things:
1- the visualisation & interfaces categories have been compiled
with the environment variable G4VIS_BUILD_OPENGLX_DRIVER.
2- exampleN03.cc has been compiled with G4VIS_USE_OPENGLX.
5- PHYSICS DEMO
@@ -97,8 +102,18 @@ $Id: README,v 2.2 1998/11/27 17:09:02 maire Exp $
As a homework try to visualize a gamma conversion alone,
or the effect of the multiple scattering.
6- HOW TO START ?
6- USER INTERFACES
The default command interface, called G4UIterminal, is done via
standart cin/G4cout.
On can use a Motif driven command interface (called G4UIXm) if:
1- interfaces category has been compiled with G4UI_BUILD_XM_SESSION
2- exampleN03.cc has been compiled with G4UI_USE_XM.
7- HOW TO START ?
- compile and link to generate an executable
% cd N03