| [1199] | 1 | ======================================================================
|
|---|
| 2 | Energy Electromagnetic Physics: hTest
|
|---|
| 3 | ======================================================================
|
|---|
| 4 |
|
|---|
| 5 | Integration and physics test for hadrons and ions
|
|---|
| 6 |
|
|---|
| 7 | Authors: Vladimir Ivanchenko
|
|---|
| 8 |
|
|---|
| 9 | ======================================================================
|
|---|
| 10 |
|
|---|
| 11 | ---- Scope
|
|---|
| 12 |
|
|---|
| 13 | ---- What it does
|
|---|
| 14 | Simulation of energy deposition in absorber which consist
|
|---|
| 15 | from N slices of defined material.
|
|---|
| 16 |
|
|---|
| 17 | ---- Description of the input
|
|---|
| 18 | Input is done by the UI interface. additional UI commands
|
|---|
| 19 | are defined in the directory "/hTest/". The list of this
|
|---|
| 20 | commands can be accessed, for example, in the interactive
|
|---|
| 21 | session.
|
|---|
| 22 |
|
|---|
| 23 | ---- Description of the output
|
|---|
| 24 | Text output
|
|---|
| 25 | The range of particle in absorber and strugling
|
|---|
| 26 | are printed out
|
|---|
| 27 | Histograms
|
|---|
| 28 | Currently the only 1 histoggramm Energy deposition
|
|---|
| 29 | versus coordinate is booked.
|
|---|
| 30 | Ntuples
|
|---|
| 31 | Some information (particle mass, enery, range..) are
|
|---|
| 32 | saved in ntuple.
|
|---|
| 33 | Other
|
|---|
| 34 |
|
|---|
| 35 | ---- Location of the reference output
|
|---|
| 36 | for 3 standard input files there are 4 reference output files
|
|---|
| 37 | air.out, water.out, gaas.out, mylar.out
|
|---|
| 38 |
|
|---|
| 39 | ---- Macros
|
|---|
| 40 | air.mac, water.mac, gaas.mac, gaas1, mylar.mac - 3 standard input files
|
|---|
| 41 |
|
|---|
| 42 | ---- Other files required
|
|---|
| 43 |
|
|---|
| 44 | ---- How to run it
|
|---|
| 45 | hTest air.mac
|
|---|
| 46 | hTest water.mac
|
|---|
| 47 | hTest gaas.mac gaas1.mac
|
|---|
| 48 | hTest mylar.mac
|
|---|
| 49 |
|
|---|
| 50 | ---- Contactperson
|
|---|
| 51 |
|
|---|
| 52 | ====================================================================== |
|---|