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: RE02IonPhysics.hh,v 1.3 2010-04-07 01:29:00 asaim Exp $
/// \file runAndEvent/RE02/include/RE02IonPhysics.hh
/// \brief Definition of the RE02IonPhysics class
//
// $Id$
// --------------------------------------------------------------
// 05-Jan-2004 Add G4ionIonisation T. Koi
//
@@ -56,6 +59,35 @@
#include "G4ionIonisation.hh"
#include "G4hMultipleScattering.hh"
//
/// User ion physics constructor
///
/// applys related processes to ions
///
/// - void ConstructParticle()
/// does nothing
///
/// - void ConstructProcess()
/// adds processes to each particle
/// generic ion :
/// G4HadronInelasticProcess with G4TripathiCrossSection,
/// G4IonsShenCrossSection and G4BinaryLightIonReaction,
/// G4hMultipleScattering and G4ionIonisation
/// deuteron :
/// G4HadronElasticProcess with G4HadronElastic,
/// G4DeuteronInelasticProcess with G4LEDeuteronInelastic,
/// G4hMultipleScattering and G4hIonisation
/// triton :
/// G4HadronElasticProcess with G4HadronElastic,
/// G4TritonInelasticProcess with G4LETritonInelastic,
/// G4hMultipleScattering and G4hIonisation
/// alpha :
/// G4HadronElasticProcess with G4HadronElastic,
/// G4AlphaInelasticProcess with G4LEAlphaInelastic,
/// G4hMultipleScattering and G4hIonisation
/// He3 :
/// G4hMultipleScattering and G4hIonisation
//
class RE02IonPhysics : public G4VPhysicsConstructor
{
public:
@@ -75,6 +107,5 @@ class RE02IonPhysics : public G4VPhysicsConstructor
protected:
};
#endif