Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user