Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+6 -7
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4IonisParamElm.hh 66811 2013-01-12 16:04:23Z gcosmo $
// $Id: G4IonisParamElm.hh 81374 2014-05-27 13:07:25Z gcosmo $
//
// class description
@@ -81,9 +81,7 @@ public: // with description
G4double* GetShellCorrectionVector() const {return fShellCorrectionVector;}
// shell correction coefficients
public: // without description
G4IonisParamElm(G4IonisParamElm&);
// operators
G4IonisParamElm& operator=(const G4IonisParamElm&);
G4int operator==(const G4IonisParamElm&) const;
G4int operator!=(const G4IonisParamElm&) const;
@@ -95,9 +93,10 @@ public: // without description
private:
//
// data members
//
G4IonisParamElm(G4IonisParamElm&);
//
// data members
//
G4double fZ; // effective Z
G4double fZ3; // std::pow (Z,1/3)
G4double fZZ3; // std::pow (Z(Z+1),1/3)