Import Geant4 0.1.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: 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 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user