Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: G4AlphaInelasticProcess.hh,v 1.6 2002/12/12 19:18:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: Alpha Inelastic Process
// J.L. Chuma, TRIUMF, 21-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiLambdaInelasticProcess.hh,v 1.6 2002/12/12 19:18:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiLambda Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiNeutronInelasticProcess.hh,v 1.6 2002/12/12 19:18:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiNeutron Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiOmegaMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiOmegaMinus Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiProtonInelasticProcess.hh,v 1.6 2002/12/12 19:18:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiProton Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiSigmaMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:33 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiSigmaMinus Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiSigmaPlusInelasticProcess.hh,v 1.6 2002/12/12 19:18:34 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiSigmaPlus Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiXiMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:34 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiXiMinus Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4AntiXiZeroInelasticProcess.hh,v 1.6 2002/12/12 19:18:34 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: AntiXiZero Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4DeuteronInelasticProcess.hh,v 1.6 2002/12/12 19:18:34 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: Deuteron Inelastic Process
// J.L. Chuma, TRIUMF, 25-Feb-1997
@@ -73,8 +73,8 @@ public:
~G4HadronCaptureProcess();
inline
G4double GetMeanFreePath(const G4Track& aTrack, G4double previousStepSize,
G4ForceCondition* condition)
G4double GetMeanFreePath(const G4Track& aTrack, G4double ,
G4ForceCondition* )
{
return GetMeanFreePathBasic(aTrack.GetDynamicParticle(),
aTrack.GetMaterial());
@@ -101,6 +101,11 @@ public:
return theCrossSectionDataStore;
}
void AddDataSet(G4VCrossSectionDataSet * aDataSet)
{
theCrossSectionDataStore->AddDataSet(aDataSet);
}
// void setCrossSectionDataVerboseLevel(G4int value)
// {
// theCrossSectionData.SetVerboseLevel(value);
@@ -78,8 +78,8 @@ public:
~G4HadronElasticProcess();
inline
G4double GetMeanFreePath(const G4Track& aTrack, G4double previousStepSize,
G4ForceCondition* condition)
G4double GetMeanFreePath(const G4Track& aTrack, G4double ,
G4ForceCondition* )
{
return GetMeanFreePathBasic(aTrack.GetDynamicParticle(),
aTrack.GetMaterial());
@@ -106,6 +106,11 @@ public:
return theCrossSectionDataStore;
}
void AddDataSet(G4VCrossSectionDataSet * aDataSet)
{
theCrossSectionDataStore->AddDataSet(aDataSet);
}
// inline
// void setCrossSectionDataVerboseLevel(G4int value)
// {
@@ -75,8 +75,8 @@ public:
~G4HadronFissionProcess();
inline
G4double GetMeanFreePath(const G4Track& aTrack, G4double previousStepSize,
G4ForceCondition* condition)
G4double GetMeanFreePath(const G4Track& aTrack, G4double ,
G4ForceCondition* )
{
return GetMeanFreePathBasic(aTrack.GetDynamicParticle(),
aTrack.GetMaterial());
@@ -108,6 +108,11 @@ public:
return theCrossSectionDataStore;
}
void AddDataSet(G4VCrossSectionDataSet * aDataSet)
{
theCrossSectionDataStore->AddDataSet(aDataSet);
}
// void setCrossSectionDataVerboseLevel(G4int value)
// {
// theCrossSectionData.SetVerboseLevel(value);
@@ -22,7 +22,7 @@
//
//
// $Id: G4KaonMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:34 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: KaonMinus Inelastic Process
// J.L. Chuma, TRIUMF, 12-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4KaonPlusInelasticProcess.hh,v 1.6 2002/12/12 19:18:34 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: KaonPlus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4KaonZeroLInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// G4 Process: KaonZeroL Inelastic Process
// J.L. Chuma, TRIUMF, 11-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4KaonZeroSInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// G4 Process: KaonZeroS InelasticProcess Process
// J.L. Chuma, TRIUMF, 11-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4LambdaInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process : Lambda Inelastic Process
// J.L. Chuma, TRIUMF, 18-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4NeutronInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: Neutron Inelastic Process
// original by H.P. Wellisch
@@ -22,7 +22,7 @@
//
//
// $Id: G4OmegaMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: OmegaMinus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4PionMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// PionMinus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4PionPlusInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// PionPlus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4ProtonInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: Proton Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4SigmaMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// G4 Process: SigmaMinus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4SigmaPlusInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// G4 Process: SigmaPlus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4TritonInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// Hadronic Process: Triton Inelastic Process
// J.L. Chuma, TRIUMF, 25-Feb-1997
@@ -22,7 +22,7 @@
//
//
// $Id: G4XiMinusInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// G4 Process: XiMinus Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4XiZeroInelasticProcess.hh,v 1.6 2002/12/12 19:18:35 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// G4 Process: XiZero Inelastic Process
// J.L. Chuma, TRIUMF, 05-Nov-1996