19 lines
636 B
Plaintext
19 lines
636 B
Plaintext
/*! @page visualisation LEmuSR Tree
|
|
|
|
<BR>
|
|
<B> Previous:</B> @ref soptact
|
|
<B> Up:</B> @ref lemutree
|
|
<B> Next:</B> @ref sgui
|
|
<BR>
|
|
|
|
<HR>
|
|
|
|
@section svisualisation The visualisation manager
|
|
It is possible to have visualization of the simulation. Many devices are available and they have to be set up using the LEMuSRVisManager class, that inherits form the G4VisManager class.
|
|
|
|
For example, using the OpenGL system, one can benefit of a real time visualitation of the simulation. Using to DAWNFILE system, one can get snapshots of the simulation into postscript files. Various visualization systems can be loaded simultaneousely.
|
|
|
|
|
|
|
|
*/
|