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

18
geant4/LEMuSR/doc/pga.dox Normal file
View File

@ -0,0 +1,18 @@
/*! @page pga The Primary Generator Action
<BR>
<B> Previous:</B> @ref physicsref
<B> Up:</B> @ref Mandatory
<B> Next:</B> @ref Useraction
<BR>
* The initial parameters of the particle(s) to simulate are given in the
* LEMuSRPrimaryGeneratorAction class. This mandatory class work in interplay
* with the LEMuSRParticleGun to create each new event of the simulation.
*
* An event is the track of one particle and all the particles created during its
* evolution in the detector, by decay, scattering or any other kind of process.
*/