| 1 |
|
|---|
| 2 | Geant4 extended examples - run and event
|
|---|
| 3 | ----------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | Examples in this directory demonstrate the use of some features in
|
|---|
| 6 | Run and Event categories. Since these categories are on the top of
|
|---|
| 7 | hierarchy of Geant4 structure to control the full functionarities of
|
|---|
| 8 | Geant4, some examples contain features in other categories such as
|
|---|
| 9 | Tracking, Track, Particles, Detector responces, and even some cases
|
|---|
| 10 | Geometry and Processes.
|
|---|
| 11 |
|
|---|
| 12 | RE01
|
|---|
| 13 | ----
|
|---|
| 14 |
|
|---|
| 15 | This example demonstrates how to connect the information between
|
|---|
| 16 | primary particles and hits. It also utilize some user-information
|
|---|
| 17 | classes.
|
|---|
| 18 |
|
|---|
| 19 | RE02
|
|---|
| 20 | ----
|
|---|
| 21 |
|
|---|
| 22 | This example demonstrates how to accumulate the physics quantities
|
|---|
| 23 | such as energy deposition and dose for a run. It also demonstrates
|
|---|
| 24 | the use of primitive scorers.
|
|---|
| 25 |
|
|---|
| 26 | RE03
|
|---|
| 27 | ----
|
|---|
| 28 |
|
|---|
| 29 | This example demonstrates how to use UI-command base scoring.
|
|---|
| 30 | It create parallel world(s) for defining scoring mesh(es).
|
|---|
| 31 |
|
|---|
| 32 | ****************************************************************
|
|---|
| 33 | * IMPORTANT NOTICE for version 9.1 release *
|
|---|
| 34 | * This UI-command base scoring is still in alpha release and *
|
|---|
| 35 | * functionality offered is preliminary. We do not guarantee *
|
|---|
| 36 | * the correctness of the code. Also, we may change any of the *
|
|---|
| 37 | * commands / methods in the near future release. *
|
|---|
| 38 | ****************************************************************
|
|---|
| 39 |
|
|---|