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

14
geant4/LEMuSR/doc/gui.dox Normal file
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 .
*/