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: G4AntiLambda.cc,v 1.2 1999/06/09 16:08:26 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiLambda.cc,v 1.3.6.1 1999/12/07 20:49:28 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4AntiLambda::G4AntiLambda(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiLambdacPlus.cc,v 1.2 1999/06/09 16:08:27 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiLambdacPlus.cc,v 1.3.6.1 1999/12/07 20:49:28 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4AntiLambdacPlus::G4AntiLambdacPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiNeutron.cc,v 1.1 1999/01/07 16:09:58 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiNeutron.cc,v 1.2.6.1 1999/12/07 20:49:28 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -37,7 +37,7 @@ G4AntiNeutron::G4AntiNeutron(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiOmegaMinus.cc,v 1.2 1999/06/09 16:08:28 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiOmegaMinus.cc,v 1.3.6.1 1999/12/07 20:49:28 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4AntiOmegaMinus::G4AntiOmegaMinus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiOmegacZero.cc,v 1.2 1999/06/09 16:08:29 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiOmegacZero.cc,v 1.3.6.1 1999/12/07 20:49:28 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4AntiOmegacZero::G4AntiOmegacZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiProton.cc,v 1.1 1999/01/07 16:09:58 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiProton.cc,v 1.2.6.1 1999/12/07 20:49:29 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -38,7 +38,7 @@ G4AntiProton::G4AntiProton(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiSigmaMinus.cc,v 1.2 1999/06/09 16:08:30 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiSigmaMinus.cc,v 1.3.6.1 1999/12/07 20:49:29 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4AntiSigmaMinus::G4AntiSigmaMinus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiSigmaPlus.cc,v 1.2 1999/06/09 16:08:31 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiSigmaPlus.cc,v 1.3.6.1 1999/12/07 20:49:29 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4AntiSigmaPlus::G4AntiSigmaPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiSigmaZero.cc,v 1.2 1999/06/09 16:08:32 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiSigmaZero.cc,v 1.3.6.1 1999/12/07 20:49:29 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4AntiSigmaZero::G4AntiSigmaZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiSigmacPlus.cc,v 1.1 1999/01/07 16:09:59 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiSigmacPlus.cc,v 1.2.6.1 1999/12/07 20:49:29 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4AntiSigmacPlus::G4AntiSigmacPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiSigmacPlusPlus.cc,v 1.1 1999/01/07 16:09:59 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiSigmacPlusPlus.cc,v 1.2.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4AntiSigmacPlusPlus::G4AntiSigmacPlusPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiSigmacZero.cc,v 1.1 1999/01/07 16:09:59 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiSigmacZero.cc,v 1.2.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4AntiSigmacZero::G4AntiSigmacZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiXiMinus.cc,v 1.2 1999/06/09 16:08:33 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiXiMinus.cc,v 1.3.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4AntiXiMinus::G4AntiXiMinus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiXiZero.cc,v 1.2 1999/06/09 16:08:34 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiXiZero.cc,v 1.3.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4AntiXiZero::G4AntiXiZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiXicPlus.cc,v 1.2 1999/06/09 16:08:35 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiXicPlus.cc,v 1.3.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -44,7 +44,7 @@ G4AntiXicPlus::G4AntiXicPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4AntiXicZero.cc,v 1.2 1999/06/09 16:08:36 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4AntiXicZero.cc,v 1.3.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -44,7 +44,7 @@ G4AntiXicZero::G4AntiXicZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -1,23 +1,23 @@
// 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: G4BarionConstructor.cc,v 1.1 1999/01/07 16:10:00 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4BaryonConstructor.cc,v 1.1.6.1 1999/12/07 20:49:30 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
// GEANT 4 class implementation file
//
#include "G4BarionConstructor.hh"
#include "G4BaryonConstructor.hh"
#include "G4ParticleDefinition.hh"
#include "G4ParticleTable.hh"
// Barions
// Baryons
#include "G4Proton.hh"
#include "G4AntiProton.hh"
#include "G4Neutron.hh"
@@ -55,31 +55,31 @@
#include "G4AntiXicZero.hh"
#include "G4AntiOmegacZero.hh"
G4BarionConstructor::G4BarionConstructor()
G4BaryonConstructor::G4BaryonConstructor()
{
}
G4BarionConstructor::~G4BarionConstructor()
G4BaryonConstructor::~G4BaryonConstructor()
{
}
void G4BarionConstructor::ConstructParticle()
void G4BaryonConstructor::ConstructParticle()
{
ConstructNucleons();
ConstructStrangeBarions();
ConstructCharmBarions();
ConstructBottomBarions();
ConstructStrangeBaryons();
ConstructCharmBaryons();
ConstructBottomBaryons();
}
void G4BarionConstructor::ConstructNucleons()
void G4BaryonConstructor::ConstructNucleons()
{
G4Proton::ProtonDefinition();
G4AntiProton::AntiProtonDefinition();
G4Neutron::NeutronDefinition();
G4AntiNeutron::AntiNeutronDefinition();
}
void G4BarionConstructor::ConstructStrangeBarions()
void G4BaryonConstructor::ConstructStrangeBaryons()
{
G4Lambda::LambdaDefinition();
G4AntiLambda::AntiLambdaDefinition();
@@ -96,7 +96,7 @@ void G4BarionConstructor::ConstructStrangeBarions()
G4OmegaMinus::OmegaMinusDefinition();
G4AntiOmegaMinus::AntiOmegaMinusDefinition();
}
void G4BarionConstructor::ConstructCharmBarions()
void G4BaryonConstructor::ConstructCharmBaryons()
{
G4LambdacPlus::LambdacPlusDefinition();
G4SigmacPlusPlus::SigmacPlusPlusDefinition();
@@ -114,6 +114,6 @@ void G4BarionConstructor::ConstructCharmBarions()
G4AntiOmegacZero::AntiOmegacZeroDefinition();
}
void G4BarionConstructor::ConstructBottomBarions()
void G4BaryonConstructor::ConstructBottomBaryons()
{
}
@@ -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: G4Lambda.cc,v 1.2 1999/06/09 16:08:36 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4Lambda.cc,v 1.3.6.1 1999/12/07 20:49:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4Lambda::G4Lambda(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4LambdacPlus.cc,v 1.2 1999/06/09 16:08:37 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4LambdacPlus.cc,v 1.3.6.1 1999/12/07 20:49:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4LambdacPlus::G4LambdacPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4Neutron.cc,v 1.1 1999/01/07 16:10:01 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4Neutron.cc,v 1.2.6.1 1999/12/07 20:49:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -37,7 +37,7 @@ G4Neutron::G4Neutron(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4OmegaMinus.cc,v 1.2 1999/06/09 16:08:39 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4OmegaMinus.cc,v 1.3.6.1 1999/12/07 20:49:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4OmegaMinus::G4OmegaMinus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4OmegacZero.cc,v 1.2 1999/06/09 16:08:40 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4OmegacZero.cc,v 1.3.6.1 1999/12/07 20:49:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4OmegacZero::G4OmegacZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4Proton.cc,v 1.1 1999/01/07 16:10:02 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4Proton.cc,v 1.2.6.1 1999/12/07 20:49:31 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -41,7 +41,7 @@ G4Proton::G4Proton(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4SigmaMinus.cc,v 1.2 1999/06/09 16:08:40 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4SigmaMinus.cc,v 1.3.6.1 1999/12/07 20:49:32 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4SigmaMinus::G4SigmaMinus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4SigmaPlus.cc,v 1.2 1999/06/09 16:08:41 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4SigmaPlus.cc,v 1.3.6.1 1999/12/07 20:49:32 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4SigmaPlus::G4SigmaPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4SigmaZero.cc,v 1.2 1999/06/09 16:08:42 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4SigmaZero.cc,v 1.3.6.1 1999/12/07 20:49:32 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -41,7 +41,7 @@ G4SigmaZero::G4SigmaZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4SigmacPlus.cc,v 1.1 1999/01/07 16:10:02 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4SigmacPlus.cc,v 1.2.6.1 1999/12/07 20:49:32 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4SigmacPlus::G4SigmacPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4SigmacPlusPlus.cc,v 1.1 1999/01/07 16:10:03 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4SigmacPlusPlus.cc,v 1.2.6.1 1999/12/07 20:49:32 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4SigmacPlusPlus::G4SigmacPlusPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4SigmacZero.cc,v 1.1 1999/01/07 16:10:03 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4SigmacZero.cc,v 1.2.6.1 1999/12/07 20:49:32 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -43,7 +43,7 @@ G4SigmacZero::G4SigmacZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4VBarion.cc,v 1.1 1999/01/07 16:10:03 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4VBaryon.cc,v 1.1.6.1 1999/12/07 20:49:33 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// --------------------------------------------------------------
@@ -18,9 +18,9 @@
// 2nd December 1995, G.Cosmo
// --------------------------------------------------------------
#include "G4VBarion.hh"
#include "G4VBaryon.hh"
const G4VBarion & G4VBarion::operator=(const G4VBarion &right)
const G4VBaryon & G4VBaryon::operator=(const G4VBaryon &right)
{
if (this != &right) {
} return right;
@@ -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: G4XiMinus.cc,v 1.2 1999/06/09 16:08:42 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4XiMinus.cc,v 1.3.6.1 1999/12/07 20:49:33 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4XiMinus::G4XiMinus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4XiZero.cc,v 1.2 1999/06/09 16:08:43 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4XiZero.cc,v 1.3.6.1 1999/12/07 20:49:33 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -42,7 +42,7 @@ G4XiZero::G4XiZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4XicPlus.cc,v 1.2 1999/06/09 16:08:44 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4XicPlus.cc,v 1.3.6.1 1999/12/07 20:49:33 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -44,7 +44,7 @@ G4XicPlus::G4XicPlus(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
@@ -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: G4XicZero.cc,v 1.2 1999/06/09 16:08:45 kurasige Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4XicZero.cc,v 1.3.6.1 1999/12/07 20:49:33 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// ----------------------------------------------------------------------
@@ -44,7 +44,7 @@ G4XicZero::G4XicZero(
G4int baryon, G4int encoding,
G4bool stable, G4double lifetime,
G4DecayTable *decaytable )
: G4VBarion( aName,mass,width,charge,iSpin,iParity,
: G4VBaryon( aName,mass,width,charge,iSpin,iParity,
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{