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
+14 -9
View File
@@ -1,4 +1,3 @@
$Id: README 98066 2016-07-01 16:31:42Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -19,18 +18,20 @@ $Id: README 98066 2016-07-01 16:31:42Z gcosmo $
the stepper and driver for the integration, and the
chord finder.
The class that does these is F02ElectricFieldSetup.
The class that does these is F02ElectricFieldSetup. Its object
is created in the ConstructSDandField() function in the F02DetectorConstruction
class. The interactive commands are implemented in F02FieldMessenger.
1- GEOMETRY DEFINITION
The "absorber" is a solid made of a given material.
The "Absorber" is a solid made of a given material.
Three parameters define the absorber :
- the material of the absorber,
- the thickness of an absorber,
- the transverse size of the absorber (the input face is a square).
The volume "World" contains the "absorber".
The volume "World" contains the "Absorber".
In this test the parameters of the "World" can be changed , too.
In addition a transverse uniform electric field can be applied.
@@ -47,6 +48,10 @@ $Id: README 98066 2016-07-01 16:31:42Z gcosmo $
be changed via the G4 build-in commands of G4ParticleGun class (see
the macros provided with this example).
It is also possible to change the position of the primary particle vertex
or activate its randomization via the commands defined in the
F01PrimaryGeneratorMessenger class.
A RUN is a set of events.
3- DETECTOR RESPONSE
@@ -71,11 +76,11 @@ $Id: README 98066 2016-07-01 16:31:42Z gcosmo $
5- HOW TO START ?
- execute field02 in 'batch' mode from macro file e.g.
% field02 field02.in
- Execute field02 in 'batch' mode from macro file e.g.
% ./field02 field02.in
- execute field02 in 'interactive' mode with visualization e.g.
% field02
- Execute field02 in 'interactive' mode with visualization e.g.
% ./field02
....
Idle> /control/execute vis.mac
Idle> /run/beamOn 1
....