Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user