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: G4AntiBMesonZero.hh,v 2.2 1998/08/04 11:15:21 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiBMesonZero.hh,v 1.2 1999/04/13 08:35:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiBMesonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiBMesonZero(){}
|
||||
|
||||
static G4AntiBMesonZero* AntiBMesonZeroDefinition();
|
||||
static G4AntiBMesonZero* AntiBMesonZero();
|
||||
static G4double GetCuts() {return theAntiBMesonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiBMesonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4AntiBsMesonZero.hh,v 2.2 1998/08/04 11:15:22 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiBsMesonZero.hh,v 1.2 1999/04/13 08:35:47 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiBsMesonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiBsMesonZero(){}
|
||||
|
||||
static G4AntiBsMesonZero* AntiBsMesonZeroDefinition();
|
||||
static G4AntiBsMesonZero* AntiBsMesonZero();
|
||||
static G4double GetCuts() {return theAntiBsMesonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiBsMesonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4AntiDMesonZero.hh,v 2.2 1998/08/04 11:15:22 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiDMesonZero.hh,v 1.2 1999/04/13 08:35:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4AntiDMesonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiDMesonZero() {}
|
||||
|
||||
static G4AntiDMesonZero* AntiDMesonZeroDefinition();
|
||||
static G4AntiDMesonZero* AntiDMesonZero();
|
||||
static G4double GetCuts() {return theAntiDMesonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiDMesonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4AntiKaonZero.hh,v 2.3 1998/09/24 06:07:36 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiKaonZero.hh,v 1.2 1999/04/13 08:35:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -61,12 +61,14 @@ class G4AntiKaonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiKaonZero() {}
|
||||
|
||||
static G4AntiKaonZero* AntiKaonZeroDefinition();
|
||||
static G4AntiKaonZero* AntiKaonZero() {return &theAntiKaonZero;}
|
||||
static G4double GetCuts() {return theAntiKaonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiKaonZeroKineticEnergyCuts;};
|
||||
static G4double* GetCutsInEnergy() {return theAntiKaonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4BMesonMinus.hh,v 2.2 1998/08/04 11:15:23 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BMesonMinus.hh,v 1.2 1999/04/13 08:37:10 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4BMesonMinus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4BMesonMinus(){}
|
||||
|
||||
static G4BMesonMinus* BMesonMinusDefinition();
|
||||
static G4BMesonMinus* BMesonMinus();
|
||||
static G4double GetCuts() {return theBMesonMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theBMesonMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4BMesonMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BMesonPlus.hh,v 2.2 1998/08/04 11:15:24 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BMesonPlus.hh,v 1.2 1999/04/13 08:37:10 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4BMesonPlus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4BMesonPlus(){}
|
||||
|
||||
static G4BMesonPlus* BMesonPlusDefinition();
|
||||
static G4BMesonPlus* BMesonPlus();
|
||||
static G4double GetCuts() {return theBMesonPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theBMesonPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4BMesonPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4BMesonZero.hh,v 2.2 1998/08/04 11:15:24 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BMesonZero.hh,v 1.2 1999/04/13 08:37:11 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4BMesonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4BMesonZero(){}
|
||||
|
||||
static G4BMesonZero* BMesonZeroDefinition();
|
||||
static G4BMesonZero* BMesonZero();
|
||||
static G4double GetCuts() {return theBMesonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theBMesonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4BsMesonZero.hh,v 2.2 1998/08/04 11:15:25 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4BsMesonZero.hh,v 1.2 1999/04/13 08:37:12 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4BsMesonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4BsMesonZero(){}
|
||||
|
||||
static G4BsMesonZero* BsMesonZeroDefinition();
|
||||
static G4BsMesonZero* BsMesonZero();
|
||||
static G4double GetCuts() {return theBsMesonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theBsMesonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4DMesonMinus.hh,v 2.2 1998/08/04 11:15:25 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4DMesonMinus.hh,v 1.2 1999/04/13 08:37:44 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4DMesonMinus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4DMesonMinus() {}
|
||||
|
||||
static G4DMesonMinus* DMesonMinusDefinition();
|
||||
static G4DMesonMinus* DMesonMinus();
|
||||
static G4double GetCuts() {return theDMesonMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theDMesonMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4DMesonMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DMesonPlus.hh,v 2.2 1998/08/04 11:15:25 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4DMesonPlus.hh,v 1.2 1999/04/13 08:37:45 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4DMesonPlus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4DMesonPlus(){}
|
||||
|
||||
static G4DMesonPlus* DMesonPlusDefinition();
|
||||
static G4DMesonPlus* DMesonPlus();
|
||||
static G4double GetCuts() {return theDMesonPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theDMesonPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4DMesonPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DMesonZero.hh,v 2.2 1998/08/04 11:15:26 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4DMesonZero.hh,v 1.2 1999/04/13 08:37:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4DMesonZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4DMesonZero(){}
|
||||
|
||||
static G4DMesonZero* DMesonZeroDefinition();
|
||||
static G4DMesonZero* DMesonZero();
|
||||
static G4double GetCuts() {return theDMesonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theDMesonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4DsMesonMinus.hh,v 2.2 1998/08/04 11:15:26 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4DsMesonMinus.hh,v 1.2 1999/04/13 08:37:47 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4DsMesonMinus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4DsMesonMinus(){}
|
||||
|
||||
static G4DsMesonMinus* DsMesonMinusDefinition();
|
||||
static G4DsMesonMinus* DsMesonMinus();
|
||||
static G4double GetCuts() {return theDsMesonMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theDsMesonMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4DsMesonMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DsMesonPlus.hh,v 2.2 1998/08/04 11:15:27 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4DsMesonPlus.hh,v 1.2 1999/04/13 08:37:48 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4DsMesonPlus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4DsMesonPlus(){}
|
||||
|
||||
static G4DsMesonPlus* DsMesonPlusDefinition();
|
||||
static G4DsMesonPlus* DsMesonPlus();
|
||||
static G4double GetCuts() {return theDsMesonPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theDsMesonPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4DsMesonPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Eta.hh,v 2.3 1998/09/24 06:07:37 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Eta.hh,v 1.2 1999/04/13 08:38:38 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4Eta : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Eta(){}
|
||||
|
||||
static G4Eta* EtaDefinition();
|
||||
static G4Eta* Eta(){return &theEta;}
|
||||
static G4double GetCuts() {return theEtaLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theEtaKineticEnergyCuts;};
|
||||
|
||||
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: G4EtaPrime.hh,v 2.3 1998/09/24 06:07:38 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4EtaPrime.hh,v 1.2 1999/04/13 08:38:39 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -54,12 +54,14 @@ class G4EtaPrime : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4EtaPrime(){}
|
||||
|
||||
static G4EtaPrime* EtaPrimeDefinition();
|
||||
static G4EtaPrime* EtaPrime(){return &theEtaPrime;}
|
||||
static G4double GetCuts() {return theEtaPrimeLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theEtaPrimeKineticEnergyCuts;};
|
||||
|
||||
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: G4JPsi.hh,v 2.2 1998/08/04 11:15:28 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4JPsi.hh,v 1.2 1999/04/13 08:38:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4JPsi : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4JPsi(){}
|
||||
|
||||
static G4JPsi* JPsiDefinition();
|
||||
static G4JPsi* JPsi();
|
||||
static G4double GetCuts() {return theJPsiLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theJPsiKineticEnergyCuts;};
|
||||
|
||||
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: G4KaonMinus.hh,v 2.3 1998/09/24 06:07:39 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4KaonMinus.hh,v 1.2 1999/04/13 08:34:28 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4KaonMinus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4KaonMinus(){}
|
||||
|
||||
static G4KaonMinus* KaonMinusDefinition();
|
||||
static G4KaonMinus* KaonMinus() {return &theKaonMinus;}
|
||||
static G4double GetCuts() {return theKaonMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theKaonMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4KaonMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4KaonPlus.hh,v 2.3 1998/09/24 06:07:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4KaonPlus.hh,v 1.2 1999/04/13 08:34:29 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,13 +57,14 @@ class G4KaonPlus : public G4VMeson
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
public:
|
||||
public:
|
||||
virtual ~G4KaonPlus(){}
|
||||
static G4KaonPlus* KaonPlusDefinition();
|
||||
static G4KaonPlus* KaonPlus() {return &theKaonPlus;}
|
||||
static G4double GetCuts() {return theKaonPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theKaonPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4KaonPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4KaonZero.hh,v 2.3 1998/09/24 06:07:41 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4KaonZero.hh,v 1.2 1999/04/13 08:34:30 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,13 +57,15 @@ class G4KaonZero : public G4VMeson
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
|
||||
public:
|
||||
public:
|
||||
virtual ~G4KaonZero() {}
|
||||
|
||||
static G4KaonZero* KaonZeroDefinition();
|
||||
static G4KaonZero* KaonZero() {return &theKaonZero;}
|
||||
static G4double GetCuts() {return theKaonZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theKaonZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4KaonZeroLong.hh,v 2.3 1998/09/24 06:07:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4KaonZeroLong.hh,v 1.2 1999/04/13 08:34:31 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4KaonZeroLong : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4KaonZeroLong() {}
|
||||
|
||||
static G4KaonZeroLong* KaonZeroLongDefinition();
|
||||
static G4KaonZeroLong* KaonZeroLong(){return &theKaonZeroLong;}
|
||||
static G4double GetCuts() {return theKaonZeroLongLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theKaonZeroLongKineticEnergyCuts;};
|
||||
|
||||
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: G4KaonZeroShort.hh,v 2.3 1998/09/24 06:07:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4KaonZeroShort.hh,v 1.2 1999/04/13 08:34:31 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -59,12 +59,13 @@ class G4KaonZeroShort : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4KaonZeroShort() {}
|
||||
static G4KaonZeroShort* KaonZeroShortDefinition();
|
||||
static G4KaonZeroShort* KaonZeroShort(){return &theKaonZeroShort;}
|
||||
static G4double GetCuts() {return theKaonZeroShortLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theKaonZeroShortKineticEnergyCuts;};
|
||||
|
||||
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: G4MesonConstructor.hh,v 2.1 1998/07/13 17:16:59 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4MesonConstructor.hh,v 1.1 1999/01/07 16:10:12 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: G4PionMinus.hh,v 2.3 1998/09/24 06:07:44 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4PionMinus.hh,v 1.2 1999/04/13 08:34:57 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,13 @@ class G4PionMinus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4PionMinus(){}
|
||||
static G4PionMinus* PionMinusDefinition();
|
||||
static G4PionMinus* PionMinus(){return &thePionMinus;}
|
||||
static G4double GetCuts() {return thePionMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return thePionMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4PionMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4PionPlus.hh,v 2.3 1998/09/24 06:07:45 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4PionPlus.hh,v 1.2 1999/04/13 08:34:57 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,6 +58,8 @@ class G4PionPlus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4PionPlus(){}
|
||||
|
||||
static G4PionPlus* PionPlusDefinition();
|
||||
static G4PionPlus* PionPlus() {return &thePionPlus;}
|
||||
static G4double GetCuts() {return thePionPlusLengthCut;}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4PionZero.hh,v 2.3 1998/09/24 06:07:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4PionZero.hh,v 1.2 1999/04/13 08:34:58 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4PionZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4PionZero() {}
|
||||
|
||||
static G4PionZero* PionZeroDefinition();
|
||||
static G4PionZero* PionZero() {return &thePionZero;}
|
||||
static G4double GetCuts() {return thePionZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return thePionZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4RhoMinus.hh,v 1.1 1998/10/13 05:58:37 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4RhoMinus.hh,v 1.2 1999/04/13 08:38:41 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -55,12 +55,14 @@ class G4RhoMinus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4RhoMinus(){}
|
||||
|
||||
static G4RhoMinus* RhoMinusDefinition();
|
||||
static G4RhoMinus* RhoMinus();
|
||||
static G4double GetCuts() {return theRhoMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theRhoMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4RhoMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4RhoPlus.hh,v 1.1 1998/10/13 05:58:49 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4RhoPlus.hh,v 1.2 1999/04/13 08:38:42 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -55,13 +55,16 @@ class G4RhoPlus : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4RhoPlus(){}
|
||||
|
||||
static G4RhoPlus* RhoPlusDefinition();
|
||||
static G4RhoPlus* RhoPlus();
|
||||
static G4double GetCuts() {return theRhoPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theRhoPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4RhoPlus::SetCuts(G4double aCut)
|
||||
{
|
||||
G4ParticleWithCuts::SetCuts(aCut);
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4RhoZero.hh,v 2.2 1998/08/04 11:15:32 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4RhoZero.hh,v 1.2 1999/04/13 08:38:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -55,12 +55,14 @@ class G4RhoZero : public G4VMeson
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4RhoZero(){}
|
||||
|
||||
static G4RhoZero* RhoZeroDefinition();
|
||||
static G4RhoZero* RhoZero();
|
||||
static G4double GetCuts() {return theRhoZeroLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theRhoZeroKineticEnergyCuts;};
|
||||
|
||||
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: G4VMeson.hh,v 2.2 1998/07/13 17:17:12 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VMeson.hh,v 1.1 1999/01/07 16:10:13 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user