Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
@@ -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 $
//
//
// ------------------------------------------------------------