Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4DiQuarks.cc,v 1.1 1999/01/07 16:10:40 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4DiQuarks.cc,v 1.1.10.1 1999/12/07 20:50:03 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedBaryonConstructor.cc,v 1.1 1999/01/07 16:10:40 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedBaryonConstructor.cc,v 1.2.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedBaryons.cc,v 1.1 1999/01/07 16:10:41 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedBaryons.cc,v 1.2.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedDeltaConstructor.cc,v 1.2 1999/06/09 17:28:15 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedDeltaConstructor.cc,v 1.3.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -449,7 +449,7 @@ G4DecayTable* G4ExcitedDeltaConstructor::AddDeltaPiMode(
return decayTable;
}
const G4String G4ExcitedDeltaConstructor::name[] =
const char* G4ExcitedDeltaConstructor::name[] =
{
"delta(1600)", "delta(1620)", "delta(1700)", "delta(1900)", "delta(1905)",
"delta(1910)", "delta(1920)", "delta(1930)", "delta(1950)"
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedLambdaConstructor.cc,v 1.1 1999/01/07 16:10:41 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedLambdaConstructor.cc,v 1.2.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -332,7 +332,7 @@ G4DecayTable* G4ExcitedLambdaConstructor::AddSigmaStarPiMode(
return decayTable;
}
const G4String G4ExcitedLambdaConstructor::name[] = {
const char* G4ExcitedLambdaConstructor::name[] = {
"lambda(1405)","lambda(1520)","lambda(1600)","lambda(1670)","lambda(1690)",
"lambda(1800)","lambda(1810)","lambda(1820)","lambda(1830)","lambda(1890)",
"lambda(2100)","lambda(2110)"
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedMesonConstructor.cc,v 1.5 1999/06/16 11:48:10 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedMesonConstructor.cc,v 1.6.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -1350,7 +1350,7 @@ G4DecayTable* G4ExcitedMesonConstructor::Add2KPiMode(
}
const G4String G4ExcitedMesonConstructor::name[G4ExcitedMesonConstructor::NMultiplets ][ G4ExcitedMesonConstructor::NMesonTypes ] =
const char* G4ExcitedMesonConstructor::name[G4ExcitedMesonConstructor::NMultiplets ][ G4ExcitedMesonConstructor::NMesonTypes ] =
{
{ "b1(1235)", "h1(1170)", "h1(1380)", "k1(1270)", "k1(1270)" },
{ "a0(1450)", "f0(1370)", "", "k0_star(1430)", "k0_star(1430)" },
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedMesons.cc,v 1.1 1999/01/07 16:10:42 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedMesons.cc,v 1.2.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedNucleonConstructor.cc,v 1.2 1999/06/09 17:28:17 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedNucleonConstructor.cc,v 1.3.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -524,7 +524,7 @@ G4DecayTable* G4ExcitedNucleonConstructor::AddLambdaKMode(
const G4String G4ExcitedNucleonConstructor::name[] = {
const char* G4ExcitedNucleonConstructor::name[] = {
"N(1440)", "N(1520)", "N(1535)", "N(1650)", "N(1675)",
"N(1680)", "N(1700)", "N(1710)", "N(1720)", "N(1900)",
"N(1990)", "N(2090)", "N(2190)", "N(2220)", "N(2250)"
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedSigmaConstructor.cc,v 1.2 1999/06/08 07:33:30 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedSigmaConstructor.cc,v 1.3.6.1 1999/12/07 20:50:04 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -549,7 +549,7 @@ G4DecayTable* G4ExcitedSigmaConstructor::AddLambdaStarPiMode(
return decayTable;
}
const G4String G4ExcitedSigmaConstructor::name[] = {
const char* G4ExcitedSigmaConstructor::name[] = {
"sigma(1385)","sigma(1660)","sigma(1670)","sigma(1750)","sigma(1775)",
"sigma(1915)","sigma(1940)","sigma(2030)"
};
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ExcitedXiConstructor.cc,v 1.1 1999/01/07 16:10:42 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ExcitedXiConstructor.cc,v 1.2.6.1 1999/12/07 20:50:05 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -266,7 +266,7 @@ G4DecayTable* G4ExcitedXiConstructor::AddXiPiMode(
}
const G4String G4ExcitedXiConstructor::name[] = {
const char* G4ExcitedXiConstructor::name[] = {
"xi(1530)", "xi(1690)", "xi(1820)", "xi(1950)", "xi(2030)"
};
+3 -3
View File
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Gluons.cc,v 1.1 1999/01/07 16:10:42 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4Gluons.cc,v 1.1.10.1 1999/12/07 20:50:05 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
+3 -3
View File
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Quarks.cc,v 1.1 1999/01/07 16:10:43 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4Quarks.cc,v 1.1.10.1 1999/12/07 20:50:05 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ShortLivedConstructor.cc,v 1.2 1999/06/09 17:28:18 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4ShortLivedConstructor.cc,v 1.3.6.1 1999/12/07 20:50:05 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -299,7 +299,7 @@ void G4ShortLivedConstructor::ConstructQuarks()
#include "G4ExcitedMesonConstructor.hh"
void G4ShortLivedConstructor::ConstructResonances()
{
ConstructBarions();
ConstructBaryons();
ConstructMesons();
// N*
@@ -330,7 +330,7 @@ void G4ShortLivedConstructor::ConstructResonances()
#include "G4ExcitedBaryons.hh"
void G4ShortLivedConstructor::ConstructBarions()
void G4ShortLivedConstructor::ConstructBaryons()
{
G4DecayTable* decayTable;
G4VDecayChannel* mode;
@@ -1,12 +1,12 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VShortLivedParticle.cc,v 1.2 1999/04/13 08:18:31 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4VShortLivedParticle.cc,v 1.2.8.1 1999/12/07 20:50:05 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------