source: trunk/examples/extended/runAndEvent/README @ 1309

Last change on this file since 1309 was 807, checked in by garnier, 16 years ago

update

File size: 1.4 KB
Line 
1
2        Geant4 extended examples - run and event
3        ----------------------------------------
4
5 Examples in this directory demonstrate the use of some features in
6Run and Event categories. Since these categories are on the top of
7hierarchy of Geant4 structure to control the full functionarities of
8Geant4, some examples contain features in other categories such as
9Tracking, Track, Particles, Detector responces, and even some cases
10Geometry and Processes.
11
12RE01
13----
14
15 This example demonstrates how to connect the information between
16primary particles and hits. It also utilize some user-information
17classes.
18
19RE02
20----
21
22 This example demonstrates how to accumulate the physics quantities
23such as energy deposition and dose for a run. It also demonstrates
24the use of primitive scorers.
25
26RE03
27----
28
29 This example demonstrates how to use UI-command base scoring.
30It 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
Note: See TracBrowser for help on using the repository browser.