Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
+2 -12
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Electron.hh,v 1.7 2001/10/16 08:16:15 kurasige Exp $
// GEANT4 tag $Name: geant4-05-00 $
// $Id: G4Electron.hh,v 1.8 2002/12/16 11:15:42 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ------------------------------------------------------------
@@ -57,16 +57,6 @@ class G4Electron : public G4VLepton
private:
static G4Electron theElectron;
protected:
G4double ComputeLoss(G4double AtomicNumber, G4double KineticEnergy) const;
void BuildRangeVector(
const G4Material* aMaterial,
const G4LossTable* aLossTable,
G4double maxEnergy,
G4double aMass,
G4RangeVector* rangeVector
);
private: //hide constructor as private
G4Electron(
const G4String& aName, G4double mass,