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: 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
|
||||
|
||||
Reference in New Issue
Block a user