Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 2.0 1998/07/02 17:25:41 gunter Exp $
|
||||
# $Id: GNUmakefile,v 1.1 1999/01/07 16:10:20 gunter Exp $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for leptons 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: G4AntiNeutrinoE.hh,v 2.3 1998/09/24 05:49:36 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutrinoE.hh,v 1.2 1999/04/13 08:20:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4AntiNeutrinoE : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiNeutrinoE(){}
|
||||
|
||||
static G4AntiNeutrinoE* AntiNeutrinoEDefinition();
|
||||
static G4AntiNeutrinoE* AntiNeutrinoE(){return &theAntiNeutrinoE;}
|
||||
static G4double GetCuts() {return theAntiNeutrinoELengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiNeutrinoEKineticEnergyCuts;};
|
||||
|
||||
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: G4AntiNeutrinoMu.hh,v 2.3 1998/09/24 05:49:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutrinoMu.hh,v 1.2 1999/04/13 08:20:17 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,15 @@ class G4AntiNeutrinoMu : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiNeutrinoMu(){}
|
||||
|
||||
static G4AntiNeutrinoMu* AntiNeutrinoMuDefinition();
|
||||
static G4AntiNeutrinoMu* AntiNeutrinoMu() {return &theAntiNeutrinoMu;}
|
||||
static G4double GetCuts() {return theAntiNeutrinoMuLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiNeutrinoMuKineticEnergyCuts;};
|
||||
|
||||
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: G4AntiNeutrinoTau.hh,v 2.3 1998/09/24 05:49:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutrinoTau.hh,v 1.2 1999/04/13 08:20:17 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4AntiNeutrinoTau : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4AntiNeutrinoTau(){}
|
||||
|
||||
static G4AntiNeutrinoTau* AntiNeutrinoTauDefinition();
|
||||
static G4AntiNeutrinoTau* AntiNeutrinoTau(){return &theAntiNeutrinoTau;}
|
||||
static G4double GetCuts() {return theAntiNeutrinoTauLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theAntiNeutrinoTauKineticEnergyCuts;};
|
||||
|
||||
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: G4Electron.hh,v 2.3 1998/09/24 05:49:46 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Electron.hh,v 1.2 1999/04/13 08:20:18 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -69,12 +69,14 @@ class G4Electron : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Electron(){}
|
||||
|
||||
static G4Electron* ElectronDefinition();
|
||||
static G4Electron* Electron();
|
||||
static G4double GetCuts() {return theElectronLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theElectronKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4Electron::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LeptonConstructor.hh,v 2.1 1998/07/13 17:17:25 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4LeptonConstructor.hh,v 1.1 1999/01/07 16:10:21 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: G4MuonMinus.hh,v 2.3 1998/09/24 05:49:49 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4MuonMinus.hh,v 1.2 1999/04/13 08:20:19 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4MuonMinus : public G4VLepton
|
||||
G4DecayTable *decaytable
|
||||
);
|
||||
public:
|
||||
virtual ~G4MuonMinus(){}
|
||||
|
||||
static G4MuonMinus* MuonMinusDefinition();
|
||||
static G4MuonMinus* MuonMinus();
|
||||
static G4double GetCuts() {return theMuonMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theMuonMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4MuonMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4MuonPlus.hh,v 2.3 1998/09/24 05:49:53 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4MuonPlus.hh,v 1.2 1999/04/13 08:20:20 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4MuonPlus : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4MuonPlus(){}
|
||||
|
||||
static G4MuonPlus* MuonPlusDefinition();
|
||||
static G4MuonPlus* MuonPlus();
|
||||
static G4double GetCuts() {return theMuonPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theMuonPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4MuonPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4NeutrinoE.hh,v 2.3 1998/09/24 05:49:56 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4NeutrinoE.hh,v 1.2 1999/04/13 08:20:21 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4NeutrinoE : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4NeutrinoE(){}
|
||||
|
||||
static G4NeutrinoE* NeutrinoEDefinition();
|
||||
static G4NeutrinoE* NeutrinoE(){return &theNeutrinoE;}
|
||||
static G4double GetCuts() {return theNeutrinoELengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theNeutrinoEKineticEnergyCuts;};
|
||||
|
||||
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: G4NeutrinoMu.hh,v 2.3 1998/09/24 05:50:00 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4NeutrinoMu.hh,v 1.2 1999/04/13 08:20:22 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -57,12 +57,14 @@ class G4NeutrinoMu : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4NeutrinoMu(){}
|
||||
|
||||
static G4NeutrinoMu* NeutrinoMuDefinition();
|
||||
static G4NeutrinoMu* NeutrinoMu() {return &theNeutrinoMu;}
|
||||
static G4double GetCuts() {return theNeutrinoMuLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theNeutrinoMuKineticEnergyCuts;};
|
||||
|
||||
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: G4NeutrinoTau.hh,v 2.3 1998/09/24 05:50:06 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4NeutrinoTau.hh,v 1.2 1999/04/13 08:20:23 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -56,12 +56,14 @@ class G4NeutrinoTau : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4NeutrinoTau(){}
|
||||
|
||||
static G4NeutrinoTau* NeutrinoTauDefinition();
|
||||
static G4NeutrinoTau* NeutrinoTau() {return &theNeutrinoTau;}
|
||||
static G4double GetCuts() {return theNeutrinoTauLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theNeutrinoTauKineticEnergyCuts;};
|
||||
|
||||
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: G4Positron.hh,v 2.3 1998/09/24 05:50:10 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Positron.hh,v 1.2 1999/04/13 08:20:24 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -81,12 +81,14 @@ class G4Positron : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4Positron(){};
|
||||
|
||||
static G4Positron* PositronDefinition();
|
||||
static G4Positron* Positron();
|
||||
static G4double GetCuts() {return thePositronLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return thePositronKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4Positron::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TauMinus.hh,v 2.3 1998/09/24 05:50:13 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4TauMinus.hh,v 1.2 1999/04/13 08:20:25 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -58,12 +58,14 @@ class G4TauMinus : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4TauMinus(){}
|
||||
|
||||
static G4TauMinus* TauMinusDefinition();
|
||||
static G4TauMinus* TauMinus();
|
||||
static G4double GetCuts() {return theTauMinusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theTauMinusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4TauMinus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TauPlus.hh,v 2.3 1998/09/24 05:50:15 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4TauPlus.hh,v 1.2 1999/04/13 08:20:25 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -59,12 +59,14 @@ class G4TauPlus : public G4VLepton
|
||||
);
|
||||
|
||||
public:
|
||||
virtual ~G4TauPlus(){}
|
||||
|
||||
static G4TauPlus* TauPlusDefinition();
|
||||
static G4TauPlus* TauPlus();
|
||||
static G4double GetCuts() {return theTauPlusLengthCut;}
|
||||
static G4double* GetCutsInEnergy() {return theTauPlusKineticEnergyCuts;};
|
||||
|
||||
void SetCuts(G4double aCut);
|
||||
virtual void SetCuts(G4double aCut);
|
||||
};
|
||||
|
||||
inline void G4TauPlus::SetCuts(G4double aCut)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VLepton.hh,v 2.2 1998/07/13 17:17:37 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VLepton.hh,v 1.1 1999/01/07 16:10:23 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: G4AntiNeutrinoE.cc,v 2.3 1998/09/24 05:53:09 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutrinoE.cc,v 1.1 1999/01/07 16:10:23 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: G4AntiNeutrinoMu.cc,v 2.3 1998/09/24 05:53:11 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutrinoMu.cc,v 1.1 1999/01/07 16:10:24 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: G4AntiNeutrinoTau.cc,v 2.3 1998/09/24 05:53:13 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4AntiNeutrinoTau.cc,v 1.1 1999/01/07 16:10:24 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: G4Electron.cc,v 2.3 1998/10/11 15:18:33 urban Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Electron.cc,v 1.1 1999/01/07 16:10:24 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: G4LeptonConstructor.cc,v 2.0 1998/07/02 17:25:25 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4LeptonConstructor.cc,v 1.1 1999/01/07 16:10:24 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: G4MuonMinus.cc,v 2.2 1998/09/24 05:53:16 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4MuonMinus.cc,v 1.2 1999/06/09 15:37:32 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4MuonMinus::G4MuonMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4MuonMinus G4MuonMinus::theMuonMinus(
|
||||
"mu-", 0.1056584*GeV, 0.0*MeV, -1.*eplus,
|
||||
"mu-", 0.1056584*GeV, 2.99591e-16*MeV, -1.*eplus,
|
||||
1, 0, 0,
|
||||
0, 0, 0,
|
||||
"lepton", 1, 0, 13,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4MuonPlus.cc,v 2.2 1998/09/24 05:53:18 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4MuonPlus.cc,v 1.2 1999/06/09 15:37:33 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -74,7 +74,7 @@ G4MuonPlus::G4MuonPlus(
|
||||
// type lepton number baryon number PDG encoding
|
||||
// stable lifetime decay table
|
||||
G4MuonPlus G4MuonPlus::theMuonPlus(
|
||||
"mu+", 0.1056584*GeV, 0.0*MeV, +1.*eplus,
|
||||
"mu+", 0.1056584*GeV, 2.99591e-16*MeV, +1.*eplus,
|
||||
1, 0, 0,
|
||||
0, 0, 0,
|
||||
"lepton", -1, 0, -13,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4NeutrinoE.cc,v 2.3 1998/09/24 05:53:19 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4NeutrinoE.cc,v 1.1 1999/01/07 16:10:25 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: G4NeutrinoMu.cc,v 2.3 1998/09/24 05:53:21 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4NeutrinoMu.cc,v 1.1 1999/01/07 16:10:25 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: G4NeutrinoTau.cc,v 2.3 1998/09/24 05:53:23 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4NeutrinoTau.cc,v 1.1 1999/01/07 16:10:25 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: G4Positron.cc,v 2.3 1998/10/11 15:19:08 urban Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Positron.cc,v 1.1 1999/01/07 16:10:25 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: G4TauMinus.cc,v 2.2 1998/09/24 05:53:26 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4TauMinus.cc,v 1.2 1999/06/09 15:37:34 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -99,7 +99,7 @@ G4TauMinus::G4TauMinus(
|
||||
// stable lifetime decay table
|
||||
|
||||
G4TauMinus G4TauMinus::theTauMinus(
|
||||
"tau-", 1.7771*GeV, 0.0*MeV, -1.*eplus,
|
||||
"tau-", 1.77705*GeV, 2.27e-9*MeV, -1.*eplus,
|
||||
1, 0, 0,
|
||||
0, 0, 0,
|
||||
"lepton", 1, 0, 15,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TauPlus.cc,v 2.2 1998/09/24 05:53:28 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4TauPlus.cc,v 1.2 1999/06/09 15:37:35 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -100,7 +100,7 @@ G4TauPlus::G4TauPlus(
|
||||
// stable lifetime decay table
|
||||
//
|
||||
G4TauPlus G4TauPlus::theTauPlus(
|
||||
"tau+", 1.7771*GeV, 0.0*MeV, 1.*eplus,
|
||||
"tau+", 1.77705*GeV, 2.27e-9*MeV, 1.*eplus,
|
||||
1, 0, 0,
|
||||
0, 0, 0,
|
||||
"lepton", -1, 0, -15,
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VLepton.cc,v 2.0 1998/07/02 17:25:38 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VLepton.cc,v 1.1 1999/01/07 16:10:26 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user