Import Geant4 2.0.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DiQuarks.hh,v 1.2.8.1 1999/12/07 20:50:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4DiQuarks.hh,v 1.3 1999/12/15 14:51:15 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedBaryonConstructor.hh,v 1.2.6.1 1999/12/07 20:50:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedBaryonConstructor.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -59,6 +59,7 @@ class G4ExcitedBaryonConstructor
|
||||
virtual G4bool Exist( G4int ) = 0;
|
||||
virtual G4int GetQuarkContents(G4int, G4int)=0;
|
||||
virtual G4String GetName(G4int, G4int )=0;
|
||||
virtual G4String GetMultipletName(G4int)=0;
|
||||
virtual G4double GetMass( G4int )=0;
|
||||
virtual G4double GetWidth( G4int )=0;
|
||||
virtual G4int GetiSpin( G4int )=0;
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedBaryons.hh,v 1.2.6.1 1999/12/07 20:50:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedBaryons.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -46,8 +46,14 @@ class G4ExcitedBaryons : public G4VShortLivedParticle
|
||||
);
|
||||
G4ExcitedBaryons* ExcitedBaryonsDefinition(){return this;};
|
||||
G4ExcitedBaryons* ExcitedBaryons(){return this;};
|
||||
void SetMultipletName(const G4String& name);
|
||||
};
|
||||
|
||||
inline
|
||||
void G4ExcitedBaryons::SetMultipletName(const G4String& name)
|
||||
{
|
||||
SetParticleSubType(name);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedDeltaConstructor.hh,v 1.2.6.1 1999/12/07 20:50:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedDeltaConstructor.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -41,6 +41,7 @@ class G4ExcitedDeltaConstructor: public G4ExcitedBaryonConstructor
|
||||
|
||||
virtual G4int GetQuarkContents(G4int, G4int);
|
||||
virtual G4String GetName(G4int iIso3, G4int iState);
|
||||
virtual G4String GetMultipletName(G4int iState);
|
||||
|
||||
virtual G4double GetMass(G4int iState);
|
||||
virtual G4double GetWidth(G4int iState);
|
||||
@@ -152,7 +153,13 @@ inline
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedDeltaConstructor::GetName(G4int iIso3, G4int iState)
|
||||
G4String G4ExcitedDeltaConstructor::GetMultipletName(G4int iState)
|
||||
{
|
||||
return name[iState];
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedDeltaConstructor::GetName(G4int iIso3, G4int iState)
|
||||
{
|
||||
G4String particle = name[iState];
|
||||
if ( iIso3 == -3 ){
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedLambdaConstructor.hh,v 1.2.6.1 1999/12/07 20:50:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedLambdaConstructor.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -38,7 +38,7 @@ class G4ExcitedLambdaConstructor: public G4ExcitedBaryonConstructor
|
||||
|
||||
virtual G4int GetQuarkContents(G4int, G4int);
|
||||
virtual G4String GetName(G4int iIso3, G4int iState);
|
||||
|
||||
virtual G4String GetMultipletName(G4int iState);
|
||||
virtual G4double GetMass(G4int iState);
|
||||
virtual G4double GetWidth(G4int iState);
|
||||
virtual G4int GetiSpin(G4int iState);
|
||||
@@ -134,7 +134,13 @@ inline
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedLambdaConstructor::GetName(G4int iIso3, G4int iState)
|
||||
G4String G4ExcitedLambdaConstructor::GetMultipletName(G4int iState)
|
||||
{
|
||||
return name[iState];
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedLambdaConstructor::GetName(G4int iIso3, G4int iState)
|
||||
{
|
||||
G4String particle = name[iState];
|
||||
return particle;
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedMesonConstructor.hh,v 1.3.6.1 1999/12/07 20:50:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedMesonConstructor.hh,v 1.5 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -153,7 +153,7 @@ class G4ExcitedMesonConstructor
|
||||
|
||||
|
||||
inline
|
||||
G4String G4ExcitedMesonConstructor::GetName(G4int iIso3,
|
||||
G4String G4ExcitedMesonConstructor::GetName(G4int iIso3,
|
||||
G4int iState,
|
||||
G4int iType)
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedMesons.hh,v 1.2.6.1 1999/12/07 20:50:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedMesons.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -44,10 +44,19 @@ class G4ExcitedMesons : public G4VShortLivedParticle
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
G4ExcitedMesons* ExcitedMesonsDefinition(){return this;};
|
||||
G4ExcitedMesons* ExcitedMesons(){return this;};
|
||||
|
||||
void SetMultipletName(const G4String& );
|
||||
|
||||
};
|
||||
|
||||
inline
|
||||
void G4ExcitedMesons::SetMultipletName(const G4String& name)
|
||||
{
|
||||
SetParticleSubType(name);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedNucleonConstructor.hh,v 1.2.6.1 1999/12/07 20:50:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedNucleonConstructor.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -41,7 +41,7 @@ class G4ExcitedNucleonConstructor: public G4ExcitedBaryonConstructor
|
||||
|
||||
virtual G4int GetQuarkContents(G4int, G4int);
|
||||
virtual G4String GetName(G4int iIso3, G4int iState);
|
||||
|
||||
virtual G4String GetMultipletName(G4int iState);
|
||||
virtual G4double GetMass(G4int iState);
|
||||
virtual G4double GetWidth(G4int iState);
|
||||
virtual G4int GetiSpin(G4int iState);
|
||||
@@ -148,6 +148,12 @@ inline
|
||||
return quark;
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedNucleonConstructor::GetMultipletName(G4int iState)
|
||||
{
|
||||
return name[iState];
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedNucleonConstructor::GetName(G4int iIso3, G4int iState)
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedSigmaConstructor.hh,v 1.2.6.1 1999/12/07 20:50:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedSigmaConstructor.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -38,6 +38,7 @@ class G4ExcitedSigmaConstructor: public G4ExcitedBaryonConstructor
|
||||
|
||||
virtual G4int GetQuarkContents(G4int, G4int);
|
||||
virtual G4String GetName(G4int iIso3, G4int iState);
|
||||
virtual G4String GetMultipletName(G4int iState);
|
||||
|
||||
virtual G4double GetMass(G4int iState);
|
||||
virtual G4double GetWidth(G4int iState);
|
||||
@@ -146,7 +147,13 @@ inline
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedSigmaConstructor::GetName(G4int iIso3, G4int iState)
|
||||
G4String G4ExcitedSigmaConstructor::GetMultipletName(G4int iState)
|
||||
{
|
||||
return name[iState];
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedSigmaConstructor::GetName(G4int iIso3, G4int iState)
|
||||
{
|
||||
G4String particle = name[iState];
|
||||
if (iIso3 == +2) {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ExcitedXiConstructor.hh,v 1.2.6.1 1999/12/07 20:50:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ExcitedXiConstructor.hh,v 1.4 2000/02/27 07:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -38,6 +38,7 @@ class G4ExcitedXiConstructor: public G4ExcitedBaryonConstructor
|
||||
|
||||
virtual G4int GetQuarkContents(G4int, G4int);
|
||||
virtual G4String GetName(G4int iIso3, G4int iState);
|
||||
virtual G4String GetMultipletName(G4int iState);
|
||||
|
||||
virtual G4double GetMass(G4int iState);
|
||||
virtual G4double GetWidth(G4int iState);
|
||||
@@ -132,7 +133,13 @@ inline
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedXiConstructor::GetName(G4int iIso3, G4int iState)
|
||||
G4String G4ExcitedXiConstructor::GetMultipletName(G4int iState)
|
||||
{
|
||||
return name[iState];
|
||||
}
|
||||
|
||||
inline
|
||||
G4String G4ExcitedXiConstructor::GetName(G4int iIso3, G4int iState)
|
||||
{
|
||||
G4String particle = name[iState];
|
||||
if (iIso3 == +1) {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Gluons.hh,v 1.2.8.1 1999/12/07 20:50:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4Gluons.hh,v 1.3 1999/12/15 14:51:16 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Quarks.hh,v 1.2.8.1 1999/12/07 20:50:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4Quarks.hh,v 1.3 1999/12/15 14:51:16 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ShortLivedConstructor.hh,v 1.2.6.1 1999/12/07 20:50:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4ShortLivedConstructor.hh,v 1.3 1999/12/15 14:51:16 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VShortLivedParticle.hh,v 1.2.8.1 1999/12/07 20:50:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4VShortLivedParticle.hh,v 1.3 1999/12/15 14:51:16 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user