Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,7 +23,10 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02GeneralPhysics.hh,v 1.2 2006-06-29 17:44:47 gunter Exp $
/// \file runAndEvent/RE02/include/RE02GeneralPhysics.hh
/// \brief Definition of the RE02GeneralPhysics class
//
// $Id$
// --------------------------------------------------------------
//
@@ -35,6 +38,18 @@
#include "G4VPhysicsConstructor.hh"
//
/// User general physics constructor
///
/// creates all particles and applys decay
///
/// - void ConstructParticle()
/// construcs all barions, all bosons (including geantinos),
/// all ions, all leptons, all mesons, resonaces and quarks
///
/// - void ConstructProcess()
/// adds the decay process
//
class RE02GeneralPhysics : public G4VPhysicsConstructor
{
public: