Added to SVN Repository.

This commit is contained in:
paraiso
2006-02-23 17:30:21 +00:00
parent f895e9827f
commit 66f62d5cab
272 changed files with 150364 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.
*/