Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 2.1 1998/07/20 01:53:40 gcosmo Exp $
|
||||
# $Id: GNUmakefile,v 1.1 1999/01/07 16:09:46 gunter Exp $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for particles library. Gabriele Cosmo, 4/4/97.
|
||||
# --------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 2.29 1998/12/11 18:13:16 kurasige Exp $
|
||||
$Id: History,v 1.21 1999/06/16 12:05:07 kurasige Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -16,6 +16,84 @@ committal in the CVS repository !
|
||||
----------------------------------------------------------
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
- June 16, 99 H.Kurashige
|
||||
- Fixed a bug in G4VDecayChannel::FillDaughters (partman-01-00-11)
|
||||
- Fixed a branching ratio for b1(1235) in G4ExcitedMesonConstructor
|
||||
(shortlived-01-00-06)
|
||||
|
||||
- June 16, 99 H.Kurashige (particles-01-00-08a)
|
||||
- Fixed a bug of initialization for massKdiff and widthKdiff in G4ExcitedMeson Constructor.cc (shortlived-01-00-05)
|
||||
|
||||
- June 10, 99 H.Kurashige (particles-01-00-08)
|
||||
- Fixed a bug in G4ParticleWithCuts::CalcEnergyCuts(G4double aCut)
|
||||
(partman-01-00-10)
|
||||
- Fixed mass, width, encoding for some resonaces (shortlived-01-00-04)
|
||||
- Added mass width for relatively long life particles
|
||||
(leptons-01-00-02, hadrons,01-00-02)
|
||||
|
||||
- June 8, 99 H.Kurashige (particles-01-00-07, shortlived-01-00-03)
|
||||
- Fixed Sigma(2040) mass in G4ExcitedSigmaConstructor
|
||||
|
||||
- May 26, 99 J.Allison (partman-01-00-09)
|
||||
- In G4NucleiProperties.hh (Vicente Lara):
|
||||
Added GetNuclearMass, GetBindingEnergy
|
||||
Corrected GetMassExcess.
|
||||
- In G4NucleiPropertiesTabel.hh:
|
||||
Added GetNuclearMass (VL).
|
||||
Changed G4String to const char* in (JA):
|
||||
static const char*& GetName(G4int Z, G4int A);
|
||||
static const char* Name[nEntries];
|
||||
static const char* noName;
|
||||
- Split G4NucleiPropertiesTable.cc into G4NucleiPropertiesTableA.cc
|
||||
and G4NucleiPropertiesTableA.cc (JA).
|
||||
- G4DecayTable.cc: Added inclusion of globals.hh to make it
|
||||
self-consistent (Gabriele, May 25).
|
||||
|
||||
- May 19, 99 H.Kurashige (partman-01-00-08)
|
||||
- In G4ParticleTable destructor, use clear() and remove destruction of keys
|
||||
|
||||
- May 18, 99 J.Allison
|
||||
- In G4ParticleTable destructor, #ifdef G4USE_STL use clearAndDestroy().
|
||||
- Bug fixed in GetAtomicMass due to substraction of electron mass for get
|
||||
the nuclear masses - Vicente Lara.
|
||||
|
||||
- May 6, 99 H.Kurashige (partman-01-00-07)
|
||||
- Fix a bug in G4DynamicParticle
|
||||
- Fix bugs in G4IonTable::GetNucleusMass
|
||||
|
||||
- Apr. 23, 99 H.Kurashige (particles-01-00-06, partman-01-00-06,
|
||||
shortlived-01-00-02)
|
||||
- Retrieve modification for the correct mass formulae of ions
|
||||
(particles-01-00-04,05,05a does not include bug fixes in particles-01-00-03)
|
||||
- Set G4ParticleTable::RemoveAllParticles as "protected"
|
||||
- Bug fixes in G4ExcitedMesonConstructor::ConstructMeson
|
||||
|
||||
- Apr. 16, 99 H.Kurashige (particles-01-00-05a, partman-01-00-05a)
|
||||
- Fixed a bug in G4ParticleWithCuts to ensure unit independence (Laszlo)
|
||||
|
||||
- Apr. 15, 99 H.Kurashige (particles-01-00-05, partman-01-00-05)
|
||||
- Added invocation of G4VUserPhysicsList::BuildPhysicsTable for ions created on the fly (G4IonTable::GetIon)
|
||||
- Removed comment out statements in G4ParticleDefinition constructor
|
||||
|
||||
- Apr. 13,99 H.Kurashige (particles-01-00-04, partman-01-00-04,
|
||||
leptons-01-00-01, bosons-01-00-01,
|
||||
hadrons-01-00-01, shortlived-01-00-01)
|
||||
- Clean up codes H.Kurashige
|
||||
|
||||
|
||||
- Apr. 2,99 H.Kurashige (particles-01-00-03, partman-01-00-03)
|
||||
- Fixed mass fomulae in G4IonTable
|
||||
|
||||
- Feb 6, 99 H.Kurashige (particles-01-00-02 ,partman-01-00-02)
|
||||
- Migrate G4ParticleTypes.hh into process/management
|
||||
- Remove using G4ParticleMomentum
|
||||
|
||||
- Feb 4, 99 H.Kurashige (particles-01-00-01)
|
||||
- Re-fixed bugs in destrction of ions (Hisaya)
|
||||
|
||||
- Dec. 15, 98 H.Kurashige(particles-00-04-08)
|
||||
- Fixed bugs in destrction of ions (Hisaya)
|
||||
|
||||
- Dec 11, 98 H.Kurashige (particles-00-04-07a)
|
||||
- Fixed bugs in G4IonTable::GetIonMass (Hisaya)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 2.0 1998/07/02 17:20:57 gunter Exp $
|
||||
# $Id: GNUmakefile,v 1.1 1999/01/07 16:09:47 gunter Exp $
|
||||
# ----------------------------------------------------------
|
||||
# GNUmakefile for bosons library. Gabriele Cosmo, 18/9/96.
|
||||
# ----------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BosonConstructor.hh,v 2.1 1998/07/13 17:14:32 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BosonConstructor.hh,v 1.1 1999/01/07 16:09:47 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ChargedGeantino.hh,v 2.3 1998/09/24 05:41:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4ChargedGeantino.hh,v 1.2 1999/04/13 08:22:14 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4ChargedGeantino : public G4VBoson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4ChargedGeantino(){}
|
||||
|
||||
static G4ChargedGeantino* ChargedGeantinoDefinition();
|
||||
static G4ChargedGeantino* ChargedGeantino();
|
||||
static G4double GetCuts() {return theChargedGeantinoLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theChargedGeantinoKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline G4ChargedGeantino* G4ChargedGeantino::ChargedGeantino()
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Gamma.hh,v 2.3 1998/09/24 05:41:57 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Gamma.hh,v 1.2 1999/04/13 08:22:15 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -98,12 +98,14 @@ class G4Gamma : public G4VBoson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Gamma(){}
|
||||
|
||||
static G4Gamma* GammaDefinition();
|
||||
static G4Gamma* Gamma();
|
||||
static G4double GetCuts() {return theGammaLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theGammaKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4Gamma::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Geantino.hh,v 2.3 1998/09/24 05:42:03 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Geantino.hh,v 1.2 1999/04/13 08:22:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -44,7 +44,7 @@ class G4Geantino : public G4VBoson
|
||||
static G4double theGeantinoLengthCut;
|
||||
static G4double* theGeantinoKineticEnergyCuts;
|
||||
|
||||
public:
|
||||
private:
|
||||
G4Geantino(
|
||||
const G4String& aName, G4double mass,
|
||||
G4double width, G4double charge,
|
||||
@@ -56,12 +56,16 @@ class G4Geantino : public G4VBoson
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Geantino(){}
|
||||
|
||||
static G4Geantino* GeantinoDefinition();
|
||||
static G4Geantino* Geantino();
|
||||
static G4double GetCuts() {return theGeantinoLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theGeantinoKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline G4Geantino* G4Geantino::Geantino()
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OpticalPhoton.hh,v 2.3 1998/09/24 05:42:10 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OpticalPhoton.hh,v 1.2 1999/04/13 08:22:17 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,11 +58,14 @@ class G4OpticalPhoton: public G4VBoson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4OpticalPhoton (){}
|
||||
|
||||
static G4OpticalPhoton* OpticalPhotonDefinition();
|
||||
static G4OpticalPhoton* OpticalPhoton();
|
||||
static G4double GetCuts() {return theOpticalPhotonLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theOpticalPhotonKineticEnergyCuts;};
|
||||
void SetCuts(G4double aCut);
|
||||
static G4double* GetCutsInEnergy() {return theOpticalPhotonKineticEnergyCuts;}
|
||||
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline G4OpticalPhoton* G4OpticalPhoton::OpticalPhoton()
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VBoson.hh,v 2.2 1998/07/13 17:14:41 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VBoson.hh,v 1.1 1999/01/07 16:09:48 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BosonConstructor.cc,v 2.0 1998/07/02 17:20:56 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BosonConstructor.cc,v 1.1 1999/01/07 16:09:48 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ChargedGeantino.cc,v 2.4 1998/09/24 05:42:24 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4ChargedGeantino.cc,v 1.1 1999/01/07 16:09:48 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Gamma.cc,v 2.4 1998/09/24 05:42:30 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Gamma.cc,v 1.1 1999/01/07 16:09:48 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Geantino.cc,v 2.4 1998/09/24 05:42:35 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Geantino.cc,v 1.1 1999/01/07 16:09:49 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OpticalPhoton.cc,v 2.2 1998/09/24 05:42:41 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OpticalPhoton.cc,v 1.1 1999/01/07 16:09:49 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VBoson.cc,v 2.0 1998/07/02 17:20:54 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VBoson.cc,v 1.1 1999/01/07 16:09:49 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 2.0 1998/07/02 17:24:37 gunter Exp $
|
||||
# $Id: GNUmakefile,v 1.1 1999/01/07 16:09:50 gunter Exp $
|
||||
# ---------------------------------------------------------------
|
||||
# Makes libraries for each subdomain: barions, ions, mesons.
|
||||
# GNUmakefile for particles libraries. Gabriele Cosmo, 18/9/96.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 2.0 1998/07/02 17:22:48 gunter Exp $
|
||||
# $Id: GNUmakefile,v 1.1 1999/01/07 16:09:50 gunter Exp $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for barions library. Gabriele Cosmo, 18/9/96.
|
||||
# --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiLambda.hh,v 2.3 1998/09/24 06:48:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiLambda.hh,v 1.2 1999/04/13 08:25:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiLambda : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiLambda(){}
|
||||
|
||||
static G4AntiLambda* AntiLambdaDefinition();
|
||||
static G4AntiLambda* AntiLambda(){return &theAntiLambda;}
|
||||
static G4double GetCuts() {return theAntiLambdaLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiLambdaKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiLambdacPlus.hh,v 2.2 1998/08/04 04:59:52 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiLambdacPlus.hh,v 1.2 1999/04/13 08:25:51 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiLambdacPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiLambdacPlus(){}
|
||||
|
||||
static G4AntiLambdacPlus* AntiLambdacPlusDefinition();
|
||||
static G4AntiLambdacPlus* AntiLambdacPlus();
|
||||
static G4double GetCuts() {return theAntiLambdacPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiLambdacPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiLambdacPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiNeutron.hh,v 2.3 1998/09/24 06:48:41 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutron.hh,v 1.2 1999/04/13 08:31:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4AntiNeutron : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiNeutron(){}
|
||||
|
||||
static G4AntiNeutron* AntiNeutronDefinition();
|
||||
static G4AntiNeutron* AntiNeutron(){return &theAntiNeutron;}
|
||||
static G4double GetCuts() {return theAntiNeutronLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiNeutronKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiOmegaMinus.hh,v 2.3 1998/09/24 06:48:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiOmegaMinus.hh,v 1.2 1999/04/13 08:31:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiOmegaMinus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiOmegaMinus(){}
|
||||
|
||||
static G4AntiOmegaMinus* AntiOmegaMinusDefinition();
|
||||
static G4AntiOmegaMinus* AntiOmegaMinus() {return &theAntiOmegaMinus;}
|
||||
static G4double GetCuts() {return theAntiOmegaMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiOmegaMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiOmegaMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiOmegacZero.hh,v 2.2 1998/08/04 04:59:55 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiOmegacZero.hh,v 1.2 1999/04/13 08:31:49 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiOmegacZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiOmegacZero(){}
|
||||
|
||||
static G4AntiOmegacZero* AntiOmegacZeroDefinition();
|
||||
static G4AntiOmegacZero* AntiOmegacZero();
|
||||
static G4double GetCuts() {return theAntiOmegacZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiOmegacZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiProton.hh,v 2.3 1998/09/24 06:48:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiProton.hh,v 1.2 1999/04/13 08:31:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -59,12 +59,14 @@ class G4AntiProton : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiProton(){}
|
||||
|
||||
static G4AntiProton* AntiProtonDefinition();
|
||||
static G4AntiProton* AntiProton();
|
||||
static G4double GetCuts() {return theAntiProtonLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiProtonKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiProton::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmaMinus.hh,v 2.3 1998/09/24 06:48:44 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmaMinus.hh,v 1.2 1999/04/13 08:25:12 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiSigmaMinus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiSigmaMinus(){}
|
||||
|
||||
static G4AntiSigmaMinus* AntiSigmaMinusDefinition();
|
||||
static G4AntiSigmaMinus* AntiSigmaMinus() {return &theAntiSigmaMinus;}
|
||||
static G4double GetCuts() {return theAntiSigmaMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiSigmaMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiSigmaMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmaPlus.hh,v 2.3 1998/09/24 06:48:45 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmaPlus.hh,v 1.2 1999/04/13 08:25:13 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiSigmaPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiSigmaPlus(){}
|
||||
|
||||
static G4AntiSigmaPlus* AntiSigmaPlusDefinition();
|
||||
static G4AntiSigmaPlus* AntiSigmaPlus() {return &theAntiSigmaPlus;}
|
||||
static G4double GetCuts() {return theAntiSigmaPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiSigmaPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiSigmaPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmaZero.hh,v 2.3 1998/09/24 06:48:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmaZero.hh,v 1.2 1999/04/13 08:25:14 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiSigmaZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiSigmaZero(){}
|
||||
|
||||
static G4AntiSigmaZero* AntiSigmaZeroDefinition();
|
||||
static G4AntiSigmaZero* AntiSigmaZero() {return &theAntiSigmaZero;}
|
||||
static G4double GetCuts() {return theAntiSigmaZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiSigmaZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmacPlus.hh,v 2.2 1998/08/04 05:00:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmacPlus.hh,v 1.2 1999/04/13 08:25:15 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiSigmacPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiSigmacPlus(){}
|
||||
|
||||
static G4AntiSigmacPlus* AntiSigmacPlusDefinition();
|
||||
static G4AntiSigmacPlus* AntiSigmacPlus();
|
||||
static G4double GetCuts() {return theAntiSigmacPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiSigmacPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiSigmacPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmacPlusPlus.hh,v 2.2 1998/08/04 05:00:01 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmacPlusPlus.hh,v 1.2 1999/04/13 08:25:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiSigmacPlusPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiSigmacPlusPlus(){}
|
||||
|
||||
static G4AntiSigmacPlusPlus* AntiSigmacPlusPlusDefinition();
|
||||
static G4AntiSigmacPlusPlus* AntiSigmacPlusPlus();
|
||||
static G4double GetCuts() {return theAntiSigmacPlusPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiSigmacPlusPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiSigmacPlusPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmacZero.hh,v 2.2 1998/08/04 05:00:02 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmacZero.hh,v 1.2 1999/04/13 08:25:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiSigmacZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiSigmacZero(){}
|
||||
|
||||
static G4AntiSigmacZero* AntiSigmacZeroDefinition();
|
||||
static G4AntiSigmacZero* AntiSigmacZero();
|
||||
static G4double GetCuts() {return theAntiSigmacZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiSigmacZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXiMinus.hh,v 2.3 1998/09/24 06:48:47 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXiMinus.hh,v 1.2 1999/04/13 08:30:58 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiXiMinus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiXiMinus(){}
|
||||
|
||||
static G4AntiXiMinus* AntiXiMinusDefinition();
|
||||
static G4AntiXiMinus* AntiXiMinus(){return &theAntiXiMinus;}
|
||||
static G4double GetCuts() {return theAntiXiMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiXiMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiXiMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXiZero.hh,v 2.3 1998/09/24 06:48:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXiZero.hh,v 1.2 1999/04/13 08:30:59 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiXiZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiXiZero(){}
|
||||
|
||||
static G4AntiXiZero* AntiXiZeroDefinition();
|
||||
static G4AntiXiZero* AntiXiZero() {return &theAntiXiZero;}
|
||||
static G4double GetCuts() {return theAntiXiZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiXiZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXicPlus.hh,v 2.2 1998/08/04 05:00:04 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXicPlus.hh,v 1.2 1999/04/13 08:31:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiXicPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiXicPlus(){}
|
||||
|
||||
static G4AntiXicPlus* AntiXicPlusDefinition();
|
||||
static G4AntiXicPlus* AntiXicPlus();
|
||||
static G4double GetCuts() {return theAntiXicPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiXicPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4AntiXicPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXicZero.hh,v 2.2 1998/08/04 05:00:07 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXicZero.hh,v 1.2 1999/04/13 08:31:01 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiXicZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiXicZero(){}
|
||||
|
||||
static G4AntiXicZero* AntiXicZeroDefinition();
|
||||
static G4AntiXicZero* AntiXicZero();
|
||||
static G4double GetCuts() {return theAntiXicZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiXicZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BarionConstructor.hh,v 2.1 1998/07/13 17:15:13 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BarionConstructor.hh,v 1.1 1999/01/07 16:09:53 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Lambda.hh,v 2.3 1998/09/24 06:48:49 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Lambda.hh,v 1.2 1999/04/13 08:32:54 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4Lambda : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Lambda(){}
|
||||
|
||||
static G4Lambda* LambdaDefinition();
|
||||
static G4Lambda* Lambda(){return &theLambda;}
|
||||
static G4double GetCuts() {return theLambdaLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theLambdaKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LambdacPlus.hh,v 2.2 1998/08/04 05:00:09 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4LambdacPlus.hh,v 1.2 1999/04/13 08:32:55 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4LambdacPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4LambdacPlus(){}
|
||||
|
||||
static G4LambdacPlus* LambdacPlusDefinition();
|
||||
static G4LambdacPlus* LambdacPlus();
|
||||
static G4double GetCuts() {return theLambdacPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theLambdacPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4LambdacPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Neutron.hh,v 2.3 1998/09/24 06:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Neutron.hh,v 1.2 1999/04/13 08:32:56 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -44,8 +44,8 @@ class G4Neutron : public G4VBarion
|
||||
static G4double theNeutronLengthCut;
|
||||
static G4double* theNeutronKineticEnergyCuts;
|
||||
|
||||
public:
|
||||
G4Neutron(
|
||||
private:
|
||||
G4Neutron(
|
||||
const G4String& aName, G4double mass,
|
||||
G4double width, G4double charge,
|
||||
G4int iSpin, G4int iParity,
|
||||
@@ -56,12 +56,16 @@ class G4Neutron : public G4VBarion
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Neutron(){}
|
||||
|
||||
static G4Neutron* NeutronDefinition();
|
||||
static G4Neutron* Neutron(){return &theNeutron;}
|
||||
static G4double GetCuts() {return theNeutronLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theNeutronKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OmegaMinus.hh,v 2.3 1998/09/24 06:48:50 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OmegaMinus.hh,v 1.2 1999/04/13 08:32:56 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4OmegaMinus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4OmegaMinus(){}
|
||||
|
||||
static G4OmegaMinus* OmegaMinusDefinition();
|
||||
static G4OmegaMinus* OmegaMinus() {return &theOmegaMinus;}
|
||||
static G4double GetCuts() {return theOmegaMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theOmegaMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4OmegaMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OmegacZero.hh,v 2.2 1998/08/04 05:00:11 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OmegacZero.hh,v 1.2 1999/04/13 08:32:57 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4OmegacZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4OmegacZero(){}
|
||||
|
||||
static G4OmegacZero* OmegacZeroDefinition();
|
||||
static G4OmegacZero* OmegacZero();
|
||||
static G4double GetCuts() {return theOmegacZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theOmegacZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Proton.hh,v 2.3 1998/09/24 06:48:51 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Proton.hh,v 1.2 1999/04/13 08:32:58 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4Proton : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Proton() {}
|
||||
|
||||
static G4Proton* ProtonDefinition();
|
||||
static G4Proton* Proton();
|
||||
static G4double GetCuts() {return theProtonLengthCut;}
|
||||
static G4double GetCuts() {return theProtonLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theProtonKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4Proton::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaMinus.hh,v 2.3 1998/09/24 06:48:52 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmaMinus.hh,v 1.2 1999/04/13 08:28:22 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4SigmaMinus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4SigmaMinus(){}
|
||||
|
||||
static G4SigmaMinus* SigmaMinusDefinition();
|
||||
static G4SigmaMinus* SigmaMinus() {return &theSigmaMinus;}
|
||||
static G4double GetCuts() {return theSigmaMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theSigmaMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4SigmaMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaPlus.hh,v 2.3 1998/09/24 06:48:53 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmaPlus.hh,v 1.2 1999/04/13 08:28:23 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4SigmaPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4SigmaPlus(){}
|
||||
|
||||
static G4SigmaPlus* SigmaPlusDefinition();
|
||||
static G4SigmaPlus* SigmaPlus() {return &theSigmaPlus;}
|
||||
static G4double GetCuts() {return theSigmaPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theSigmaPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4SigmaPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaZero.hh,v 2.3 1998/09/24 06:48:54 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmaZero.hh,v 1.2 1999/04/13 08:28:24 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4SigmaZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4SigmaZero(){}
|
||||
|
||||
static G4SigmaZero* SigmaZeroDefinition();
|
||||
static G4SigmaZero* SigmaZero(){return &theSigmaZero;}
|
||||
static G4double GetCuts() {return theSigmaZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theSigmaZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmacPlus.hh,v 2.2 1998/08/04 05:00:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmacPlus.hh,v 1.2 1999/04/13 08:28:25 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4SigmacPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4SigmacPlus(){}
|
||||
|
||||
static G4SigmacPlus* SigmacPlusDefinition();
|
||||
static G4SigmacPlus* SigmacPlus();
|
||||
static G4double GetCuts() {return theSigmacPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theSigmacPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4SigmacPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmacPlusPlus.hh,v 2.2 1998/08/04 05:00:17 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmacPlusPlus.hh,v 1.2 1999/04/13 08:28:26 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4SigmacPlusPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4SigmacPlusPlus(){}
|
||||
|
||||
static G4SigmacPlusPlus* SigmacPlusPlusDefinition();
|
||||
static G4SigmacPlusPlus* SigmacPlusPlus();
|
||||
static G4double GetCuts() {return theSigmacPlusPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theSigmacPlusPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4SigmacPlusPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmacZero.hh,v 2.2 1998/08/04 05:00:18 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmacZero.hh,v 1.2 1999/04/13 08:28:27 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4SigmacZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4SigmacZero(){}
|
||||
|
||||
static G4SigmacZero* SigmacZeroDefinition();
|
||||
static G4SigmacZero* SigmacZero();
|
||||
static G4double GetCuts() {return theSigmacZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theSigmacZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VBarion.hh,v 2.2 1998/07/13 17:15:36 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VBarion.hh,v 1.1 1999/01/07 16:09:56 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XiMinus.hh,v 2.3 1998/09/24 06:48:55 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XiMinus.hh,v 1.2 1999/04/13 08:30:11 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4XiMinus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4XiMinus(){}
|
||||
|
||||
static G4XiMinus* XiMinusDefinition();
|
||||
static G4XiMinus* XiMinus() {return &theXiMinus;}
|
||||
static G4double GetCuts() {return theXiMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theXiMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4XiMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XiZero.hh,v 2.3 1998/09/24 06:48:56 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XiZero.hh,v 1.2 1999/04/13 08:30:12 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4XiZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4XiZero(){}
|
||||
|
||||
static G4XiZero* XiZeroDefinition();
|
||||
static G4XiZero* XiZero() {return &theXiZero;}
|
||||
static G4double GetCuts() {return theXiZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theXiZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XicPlus.hh,v 2.2 1998/08/04 05:00:21 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XicPlus.hh,v 1.2 1999/04/13 08:30:13 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4XicPlus : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4XicPlus(){}
|
||||
|
||||
static G4XicPlus* XicPlusDefinition();
|
||||
static G4XicPlus* XicPlus();
|
||||
static G4double GetCuts() {return theXicPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theXicPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4XicPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XicZero.hh,v 2.2 1998/08/04 05:00:22 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XicZero.hh,v 1.2 1999/04/13 08:30:14 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4XicZero : public G4VBarion
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4XicZero(){}
|
||||
|
||||
static G4XicZero* XicZeroDefinition();
|
||||
static G4XicZero* XicZero();
|
||||
static G4double GetCuts() {return theXicZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theXicZeroKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiLambda.cc,v 2.2 1998/09/24 09:23:57 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiLambda.cc,v 1.2 1999/06/09 16:08:26 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -76,7 +76,7 @@ G4AntiLambda::G4AntiLambda(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiLambda G4AntiLambda::theAntiLambda(
|
||||
"anti_lambda", 1.115684*GeV, 0.0*MeV, 0.0,
|
||||
"anti_lambda", 1.115684*GeV, 2.501e-12*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, -1, -3122,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiLambdacPlus.cc,v 2.1 1998/08/04 11:14:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiLambdacPlus.cc,v 1.2 1999/06/09 16:08:27 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -61,7 +61,7 @@ G4AntiLambdacPlus::G4AntiLambdacPlus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiLambdacPlus G4AntiLambdacPlus::theAntiLambdacPlus(
|
||||
"anti_lambda_c+", 2.2849*GeV, 0.0*MeV, -1.*eplus,
|
||||
"anti_lambda_c+", 2.2849*GeV, 3.19e-9*MeV, -1.*eplus,
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, +1, -4122,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiNeutron.cc,v 2.3 1998/09/24 09:24:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutron.cc,v 1.1 1999/01/07 16:09:58 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiOmegaMinus.cc,v 2.2 1998/09/24 09:24:01 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiOmegaMinus.cc,v 1.2 1999/06/09 16:08:28 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -78,7 +78,7 @@ G4AntiOmegaMinus::G4AntiOmegaMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiOmegaMinus G4AntiOmegaMinus::theAntiOmegaMinus(
|
||||
"anti_omega-", 1.67245*GeV, 0.0*MeV, eplus,
|
||||
"anti_omega-", 1.67245*GeV, 8.01e-12*MeV, eplus,
|
||||
3, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, -1, -3334,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiOmegacZero.cc,v 2.1 1998/08/04 11:14:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiOmegacZero.cc,v 1.2 1999/06/09 16:08:29 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -61,7 +61,7 @@ G4AntiOmegacZero::G4AntiOmegacZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiOmegacZero G4AntiOmegacZero::theAntiOmegacZero(
|
||||
"anti_omega_c0", 2.704*GeV, 0.0*MeV, 0.*eplus,
|
||||
"anti_omega_c0", 2.704*GeV, 1.02e-8*MeV, 0.*eplus,
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, -1, -4332,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiProton.cc,v 2.2 1998/09/24 09:24:02 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiProton.cc,v 1.1 1999/01/07 16:09:58 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmaMinus.cc,v 2.2 1998/09/24 09:24:03 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmaMinus.cc,v 1.2 1999/06/09 16:08:30 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -75,7 +75,7 @@ G4AntiSigmaMinus::G4AntiSigmaMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiSigmaMinus G4AntiSigmaMinus::theAntiSigmaMinus(
|
||||
"anti_sigma-", 1.19744*GeV, 0.0*MeV, eplus,
|
||||
"anti_sigma-", 1.19744*GeV, 4.45e-12*MeV, eplus,
|
||||
1, +1, 0,
|
||||
2, +2, 0,
|
||||
"baryon", 0, -1, -3112,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmaPlus.cc,v 2.2 1998/09/24 09:24:04 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmaPlus.cc,v 1.2 1999/06/09 16:08:31 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -76,7 +76,7 @@ G4AntiSigmaPlus::G4AntiSigmaPlus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiSigmaPlus G4AntiSigmaPlus::theAntiSigmaPlus(
|
||||
"anti_sigma+", 1.18937*GeV, 0.0*MeV, -1.*eplus,
|
||||
"anti_sigma+", 1.18937*GeV, 8.24e-12*MeV, -1.*eplus,
|
||||
1, +1, 0,
|
||||
2, -2, 0,
|
||||
"baryon", 0, -1, -3222,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmaZero.cc,v 2.2 1998/09/24 09:24:05 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmaZero.cc,v 1.2 1999/06/09 16:08:32 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -73,7 +73,7 @@ G4AntiSigmaZero::G4AntiSigmaZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiSigmaZero G4AntiSigmaZero::theAntiSigmaZero(
|
||||
"anti_sigma0", 1.19255*GeV, 0.0*MeV, 0.0,
|
||||
"anti_sigma0", 1.19255*GeV, 8.9e-3*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
2, 0, 0,
|
||||
"baryon", 0, -1, -3212,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmacPlus.cc,v 2.1 1998/08/04 11:14:51 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmacPlus.cc,v 1.1 1999/01/07 16:09:59 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmacPlusPlus.cc,v 2.1 1998/08/04 11:14:52 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmacPlusPlus.cc,v 1.1 1999/01/07 16:09:59 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiSigmacZero.cc,v 2.1 1998/08/04 11:14:53 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiSigmacZero.cc,v 1.1 1999/01/07 16:09:59 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXiMinus.cc,v 2.2 1998/09/24 09:24:06 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXiMinus.cc,v 1.2 1999/06/09 16:08:33 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4AntiXiMinus::G4AntiXiMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiXiMinus G4AntiXiMinus::theAntiXiMinus(
|
||||
"anti_xi-", 1.32132*GeV, 0.0*MeV, eplus,
|
||||
"anti_xi-", 1.32132*GeV, 4.02e-12*MeV, eplus,
|
||||
1, +1, 0,
|
||||
1, +1, 0,
|
||||
"baryon", 0, -1, -3312,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXiZero.cc,v 2.2 1998/09/24 09:24:07 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXiZero.cc,v 1.2 1999/06/09 16:08:34 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4AntiXiZero::G4AntiXiZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiXiZero G4AntiXiZero::theAntiXiZero(
|
||||
"anti_xi0", 1.3149*GeV, 0.0*MeV, 0.0,
|
||||
"anti_xi0", 1.3149*GeV, 2.27e-12*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
1, -1, 0,
|
||||
"baryon", 0, -1, -3322,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXicPlus.cc,v 2.2 1998/09/24 09:24:08 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXicPlus.cc,v 1.2 1999/06/09 16:08:35 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -62,7 +62,7 @@ G4AntiXicPlus::G4AntiXicPlus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiXicPlus G4AntiXicPlus::theAntiXicPlus(
|
||||
"anti_xi_c+", 2.4656*GeV, 0.0*MeV, -1.*eplus,
|
||||
"anti_xi_c+", 2.4656*GeV, 1.86e-9*MeV, -1.*eplus,
|
||||
1, +1, 0,
|
||||
1, -1, 0,
|
||||
"baryon", 0, -1, -4232,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4AntiXicZero.cc,v 2.2 1998/09/24 09:24:09 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiXicZero.cc,v 1.2 1999/06/09 16:08:36 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -62,7 +62,7 @@ G4AntiXicZero::G4AntiXicZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4AntiXicZero G4AntiXicZero::theAntiXicZero(
|
||||
"anti_xi_c0", 2.4703*GeV, 0.0*MeV, 0.0,
|
||||
"anti_xi_c0", 2.4703*GeV, 6.7e-9*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
1, +1, 0,
|
||||
"baryon", 0, -1, -4132,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BarionConstructor.cc,v 2.0 1998/07/02 17:22:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BarionConstructor.cc,v 1.1 1999/01/07 16:10:00 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Lambda.cc,v 2.2 1998/09/24 09:24:10 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Lambda.cc,v 1.2 1999/06/09 16:08:36 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -76,7 +76,7 @@ G4Lambda::G4Lambda(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4Lambda G4Lambda::theLambda(
|
||||
"lambda", 1.115684*GeV, 0.0*MeV, 0.0,
|
||||
"lambda", 1.115684*GeV, 2.501e-12*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, +1, 3122,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LambdacPlus.cc,v 2.1 1998/08/04 11:14:56 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4LambdacPlus.cc,v 1.2 1999/06/09 16:08:37 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -61,7 +61,7 @@ G4LambdacPlus::G4LambdacPlus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4LambdacPlus G4LambdacPlus::theLambdacPlus(
|
||||
"lambda_c+", 2.2849*GeV, 0.0*MeV, +1.*eplus,
|
||||
"lambda_c+", 2.2849*GeV, 3.19e-9*MeV, +1.*eplus,
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, +1, 4122,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Neutron.cc,v 2.3 1998/09/24 09:24:11 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Neutron.cc,v 1.1 1999/01/07 16:10:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OmegaMinus.cc,v 2.2 1998/09/24 09:24:12 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OmegaMinus.cc,v 1.2 1999/06/09 16:08:39 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -78,7 +78,7 @@ G4OmegaMinus::G4OmegaMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4OmegaMinus G4OmegaMinus::theOmegaMinus(
|
||||
"omega-", 1.67245*GeV, 0.0*MeV, -1*eplus,
|
||||
"omega-", 1.67245*GeV, 8.01e-12*MeV, -1*eplus,
|
||||
3, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, +1, 3334,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OmegacZero.cc,v 2.1 1998/08/04 11:14:58 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OmegacZero.cc,v 1.2 1999/06/09 16:08:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -61,7 +61,7 @@ G4OmegacZero::G4OmegacZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4OmegacZero G4OmegacZero::theOmegacZero(
|
||||
"omega_c0", 2.704*GeV, 0.0*MeV, 0.*eplus,
|
||||
"omega_c0", 2.704*GeV, 1.02e-8*MeV, 0.*eplus,
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, +1, 4332,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Proton.cc,v 2.2 1998/09/24 09:24:13 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Proton.cc,v 1.1 1999/01/07 16:10:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaMinus.cc,v 2.2 1998/09/24 09:24:14 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmaMinus.cc,v 1.2 1999/06/09 16:08:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4SigmaMinus::G4SigmaMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4SigmaMinus G4SigmaMinus::theSigmaMinus(
|
||||
"sigma-", 1.19744*GeV, 0.0*MeV, -1*eplus,
|
||||
"sigma-", 1.19744*GeV, 4.45e-12*MeV, -1*eplus,
|
||||
1, +1, 0,
|
||||
2, -2, 0,
|
||||
"baryon", 0, +1, 3112,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaPlus.cc,v 2.2 1998/09/24 09:24:15 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmaPlus.cc,v 1.2 1999/06/09 16:08:41 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -76,7 +76,7 @@ G4SigmaPlus::G4SigmaPlus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4SigmaPlus G4SigmaPlus::theSigmaPlus(
|
||||
"sigma+", 1.18937*GeV, 0.0*MeV, eplus,
|
||||
"sigma+", 1.18937*GeV, 8.24e-12*MeV, eplus,
|
||||
1, +1, 0,
|
||||
2, +2, 0,
|
||||
"baryon", 0, +1, 3222,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaZero.cc,v 2.2 1998/09/24 09:24:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmaZero.cc,v 1.2 1999/06/09 16:08:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -71,7 +71,7 @@ G4SigmaZero::G4SigmaZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4SigmaZero G4SigmaZero::theSigmaZero(
|
||||
"sigma0", 1.19255*GeV, 0.0*MeV, 0.0,
|
||||
"sigma0", 1.19255*GeV, 8.9e-3*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
2, 0, 0,
|
||||
"baryon", 0, +1, 3212,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmacPlus.cc,v 2.1 1998/08/04 11:15:01 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmacPlus.cc,v 1.1 1999/01/07 16:10:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmacPlusPlus.cc,v 2.1 1998/08/04 11:15:01 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmacPlusPlus.cc,v 1.1 1999/01/07 16:10:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmacZero.cc,v 2.1 1998/08/04 11:15:02 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4SigmacZero.cc,v 1.1 1999/01/07 16:10:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VBarion.cc,v 2.0 1998/07/02 17:22:37 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VBarion.cc,v 1.1 1999/01/07 16:10:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XiMinus.cc,v 2.2 1998/09/24 09:24:17 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XiMinus.cc,v 1.2 1999/06/09 16:08:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4XiMinus::G4XiMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4XiMinus G4XiMinus::theXiMinus(
|
||||
"xi-", 1.32132*GeV, 0.0*MeV, -1*eplus,
|
||||
"xi-", 1.32132*GeV, 4.02e-12*MeV, -1*eplus,
|
||||
1, +1, 0,
|
||||
1, -1, 0,
|
||||
"baryon", 0, +1, 3312,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XiZero.cc,v 2.2 1998/09/24 09:24:18 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XiZero.cc,v 1.2 1999/06/09 16:08:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4XiZero::G4XiZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4XiZero G4XiZero::theXiZero(
|
||||
"xi0", 1.3149*GeV, 0.0*MeV, 0.0,
|
||||
"xi0", 1.3149*GeV, 2.27e-12*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
1, +1, 0,
|
||||
"baryon", 0, +1, 3322,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XicPlus.cc,v 2.2 1998/09/24 09:24:19 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XicPlus.cc,v 1.2 1999/06/09 16:08:44 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -62,7 +62,7 @@ G4XicPlus::G4XicPlus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4XicPlus G4XicPlus::theXicPlus(
|
||||
"xi_c+", 2.4656*GeV, 0.0*MeV, +1.*eplus,
|
||||
"xi_c+", 2.4656*GeV, 1.86e-9*MeV, +1.*eplus,
|
||||
1, +1, 0,
|
||||
1, +1, 0,
|
||||
"baryon", 0, +1, 4232,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4XicZero.cc,v 2.2 1998/09/24 09:24:20 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4XicZero.cc,v 1.2 1999/06/09 16:08:45 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -62,7 +62,7 @@ G4XicZero::G4XicZero(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4XicZero G4XicZero::theXicZero(
|
||||
"xi_c0", 2.4703*GeV, 0.0*MeV, 0.0,
|
||||
"xi_c0", 2.4703*GeV, 6.7e-9*MeV, 0.0,
|
||||
1, +1, 0,
|
||||
1, -1, 0,
|
||||
"baryon", 0, +1, 4132,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 2.0 1998/07/02 17:23:06 gunter Exp $
|
||||
# $Id: GNUmakefile,v 1.1 1999/01/07 16:10:04 gunter Exp $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for ions library. Gabriele Cosmo, 18/9/96.
|
||||
# --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Alpha.hh,v 2.3 1998/09/24 11:24:39 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Alpha.hh,v 1.2 1999/04/13 08:24:03 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,6 +56,8 @@ class G4Alpha : public G4VIon
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
virtual ~G4Alpha();
|
||||
|
||||
static G4Alpha* AlphaDefinition();
|
||||
static G4Alpha* Alpha(){return &theAlpha;}
|
||||
static G4double GetCuts() {return theAlphaLengthCut;}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Deuteron.hh,v 2.3 1998/09/24 11:24:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Deuteron.hh,v 1.2 1999/04/13 08:24:04 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,6 +56,8 @@ class G4Deuteron : public G4VIon
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
virtual ~G4Deuteron();
|
||||
|
||||
static G4Deuteron* DeuteronDefinition();
|
||||
static G4Deuteron* Deuteron(){return &theDeuteron;}
|
||||
static G4double GetCuts() {return theDeuteronLengthCut;}
|
||||
@@ -73,3 +75,9 @@ inline void G4Deuteron::SetCuts(G4double aCut)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4GenericIon.hh,v 1.1 1998/12/05 07:54:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4GenericIon.hh,v 1.2 1999/04/13 08:24:05 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -53,6 +53,8 @@ class G4GenericIon : public G4VIon
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
virtual ~G4GenericIon();
|
||||
|
||||
static G4GenericIon* GenericIonDefinition();
|
||||
static G4GenericIon* GenericIon(){return &theGenericIon;}
|
||||
static G4double GetCuts() {return theGenericIonLengthCut;}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4He3.hh,v 2.3 1998/09/24 11:24:44 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4He3.hh,v 1.2 1999/04/13 08:24:06 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -52,6 +52,8 @@ class G4He3 : public G4VIon
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
virtual ~G4He3();
|
||||
|
||||
static G4He3* He3Definition();
|
||||
static G4He3* He3() {return &theHe3;}
|
||||
static G4double GetCuts() {return theHe3LengthCut;}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4IonConstructor.hh,v 2.1 1998/07/13 17:16:11 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4IonConstructor.hh,v 1.1 1999/01/07 16:10:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Triton.hh,v 2.3 1998/09/24 11:24:47 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Triton.hh,v 1.2 1999/04/13 08:24:07 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,6 +56,9 @@ class G4Triton : public G4VIon
|
||||
G4bool stable, G4double lifetime,
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
virtual ~G4Triton();
|
||||
|
||||
static G4Triton* TritonDefinition();
|
||||
static G4Triton* Triton() {return &theTriton;}
|
||||
static G4double GetCuts() {return theTritonLengthCut;}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VIon.hh,v 2.2 1998/07/13 17:16:14 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VIon.hh,v 1.1 1999/01/07 16:10:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Alpha.cc,v 2.2 1998/09/24 11:24:53 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Alpha.cc,v 1.2 1999/04/13 08:24:09 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -47,6 +47,10 @@ G4Alpha::G4Alpha(
|
||||
{
|
||||
}
|
||||
|
||||
G4Alpha::~G4Alpha()
|
||||
{
|
||||
}
|
||||
|
||||
// ......................................................................
|
||||
// ... static member definitions ...
|
||||
// ......................................................................
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Deuteron.cc,v 2.2 1998/09/24 11:24:56 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Deuteron.cc,v 1.2 1999/04/13 08:24:10 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -47,6 +47,10 @@ G4Deuteron::G4Deuteron(
|
||||
{
|
||||
}
|
||||
|
||||
G4Deuteron::~G4Deuteron()
|
||||
{
|
||||
}
|
||||
|
||||
// ......................................................................
|
||||
// ... static member definitions ...
|
||||
// ......................................................................
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4GenericIon.cc,v 2.1 1998/12/05 07:54:04 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4GenericIon.cc,v 1.2 1999/04/13 08:24:11 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -42,6 +42,11 @@ G4GenericIon::G4GenericIon(
|
||||
lepton,baryon,encoding,stable,lifetime,decaytable )
|
||||
{
|
||||
}
|
||||
|
||||
G4GenericIon::~G4GenericIon()
|
||||
{
|
||||
}
|
||||
|
||||
//!!!!
|
||||
//!!!! this particle is not used for tracking
|
||||
//!!!! all properties except name and type are meaningless
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4He3.cc,v 2.2 1998/09/24 11:24:58 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4He3.cc,v 1.2 1999/04/13 08:24:12 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -41,8 +41,13 @@ G4He3::G4He3(
|
||||
iConjugation,iIsospin,iIsospin3,gParity,pType,
|
||||
lepton,baryon,encoding,stable,lifetime,decaytable )
|
||||
{
|
||||
}
|
||||
|
||||
G4He3::~G4He3()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
// ......................................................................
|
||||
// ... static member definitions ...
|
||||
// ......................................................................
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4IonConstructor.cc,v 2.1 1998/12/05 07:54:05 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4IonConstructor.cc,v 1.1 1999/01/07 16:10:07 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Triton.cc,v 2.2 1998/09/24 11:25:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Triton.cc,v 1.2 1999/04/13 08:24:13 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -46,6 +46,10 @@ G4Triton::G4Triton(
|
||||
{
|
||||
}
|
||||
|
||||
G4Triton::~G4Triton()
|
||||
{
|
||||
}
|
||||
|
||||
// ......................................................................
|
||||
// ... static member definitions ...
|
||||
// ......................................................................
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VIon.cc,v 2.0 1998/07/02 17:23:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VIon.cc,v 1.1 1999/01/07 16:10:07 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user