Moved Tao's code to TaoLEMuSR.

This commit is contained in:
shiroka
2008-03-20 09:23:20 +00:00
parent 58c48f9e21
commit 1ca5ef0575
423 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,18 @@
/*! @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.
*/