Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4Isotope.hh 68070 2013-03-13 15:03:06Z gcosmo $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
|
||||
|
||||
@@ -99,7 +99,7 @@ class G4Isotope
|
||||
// Isomer level
|
||||
G4int Getm() const {return fm;}
|
||||
|
||||
G4int GetCountUse() const {return fCountUse;}
|
||||
// G4int GetCountUse() const {return fCountUse;}
|
||||
|
||||
static
|
||||
G4Isotope* GetIsotope(const G4String& name, G4bool warning=false);
|
||||
@@ -132,8 +132,8 @@ class G4Isotope
|
||||
// persistifiable objects.
|
||||
|
||||
void SetName(const G4String& name) {fName=name;}
|
||||
void increaseCountUse() {fCountUse++;}
|
||||
void decreaseCountUse() {fCountUse--;}
|
||||
// void increaseCountUse() {fCountUse++;}
|
||||
// void decreaseCountUse() {fCountUse--;}
|
||||
|
||||
private:
|
||||
|
||||
@@ -148,7 +148,7 @@ class G4Isotope
|
||||
G4double fA; // atomic mass of a mole
|
||||
G4int fm; // isomer level
|
||||
|
||||
G4int fCountUse; // nb of elements which use this isotope
|
||||
// G4int fCountUse; // nb of elements which use this isotope
|
||||
|
||||
static
|
||||
G4IsotopeTable theIsotopeTable;
|
||||
|
||||
Reference in New Issue
Block a user