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,14 @@
/*! @page gui LEmuSR Tree
<BR>
<B> Previous:</B> @ref svisualisation
<B> Up:</B> @ref lemutree
<B> Next:</B> @ref setup
<BR>
<HR>
@section sgui Geant4 user interface manager
Geant4 interactivity is possible thanks to the user interface manager G4UIManager. It is a powerfull tool that allows the user to change any parameter of the simulation entering commands in a terminal. In addition to the commands included in \gf, one can implement ones own commands by the use of messenger classes. An example of building a messenger class for the detector geometry can be found in @ref messengers .
*/