40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
|
|
Geant4 extended examples - run and event
|
|
----------------------------------------
|
|
|
|
Examples in this directory demonstrate the use of some features in
|
|
Run and Event categories. Since these categories are on the top of
|
|
hierarchy of Geant4 structure to control the full functionarities of
|
|
Geant4, some examples contain features in other categories such as
|
|
Tracking, Track, Particles, Detector responces, and even some cases
|
|
Geometry and Processes.
|
|
|
|
RE01
|
|
----
|
|
|
|
This example demonstrates how to connect the information between
|
|
primary particles and hits. It also utilize some user-information
|
|
classes.
|
|
|
|
RE02
|
|
----
|
|
|
|
This example demonstrates how to accumulate the physics quantities
|
|
such as energy deposition and dose for a run. It also demonstrates
|
|
the use of primitive scorers.
|
|
|
|
RE03
|
|
----
|
|
|
|
This example demonstrates how to use UI-command base scoring.
|
|
It create parallel world(s) for defining scoring mesh(es).
|
|
|
|
****************************************************************
|
|
* IMPORTANT NOTICE for version 9.1 release *
|
|
* This UI-command base scoring is still in alpha release and *
|
|
* functionality offered is preliminary. We do not guarantee *
|
|
* the correctness of the code. Also, we may change any of the *
|
|
* commands / methods in the near future release. *
|
|
****************************************************************
|
|
|