/*! @page mainfile LEmuSR Tree
Previous: @ref lemutree Up: @ref lemutree Next: @ref smandatories

@section smainfile The main file: LEMuSR.cc The main file of the simulation is LEMuSR.cc. It initializes the main classes. Those are the initialization classes and the action classes. They are hierarchized in two categories: The very first component of the simulation is the run manager. It is an object of the class G4RunManager and has to be instanciated at the beginning of the main file. As stated by the name, its role is to manage the simulation. In LEMuSR.cc, the user feeds the run manager with all the different @ref mandatory and @ref optionnal classes. */