/*! @page optact LEmuSR Tree
Previous: @ref smainfile
Up: @ref lemutree
Next: @ref svisualisation
\anchor optionnal
@section soptact Optional user action classes
The optionnal classes are used for histogramming, visualizing and interacting whith the simulation.
First of all, the user can implement action classes involved at different levels of the simulation:
- LEMuSRRunAction is in charge of all the processes to perform after each run
- LEMuSREventAction is in charge of all the processes to perform after each event
- LEMuSRTrackingAction is in charge of all the processes to perform after or before each track
- LEMuSRSteppingAction is in charge of all the processes to perform after or before each step
- LEMuSRStackingAction is in charge of segregating the tracks to simulate or not.
In order to perform tests of the simulation, the following alternative stepping action classes were implemented. Note that only one can be enabled at once:
- AsymCheck was implemented to test the asymmetry.
- FieldCheck was implemented to test the electromagnetic fields accuracy.
- TDCheck was implemented to test the trigger detector efficiency.
- FocalLengthTest was implemented to test the focal length of the einzel lens.
Finally, the visualisation class LEMuSRVisManager and the user interaction class G4UImanager are usefull and helpfull features to introduce in a simulation.
*/