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
+9 -16
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Element.hh,v 2.8 1998/11/16 17:26:43 maire Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4Element.hh,v 1.2 1999/04/14 12:48:57 maire Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// ------------------- class G4Element -------------------
@@ -112,27 +112,20 @@ public:
G4double* GetRelativeAbundanceVector() const {return fRelativeAbundanceVector;};
const G4Isotope* GetIsotope(G4int iso) const {return (*theIsotopeVector)[iso];};
static
const G4ElementTable* GetElementTable() {return &theElementTable;};
static
size_t GetNumberOfElements() {return theElementTable.length();};
size_t GetIndex() const {return fIndexInTable;};
static const G4ElementTable* GetElementTable() {return &theElementTable;};
static size_t GetNumberOfElements() {return theElementTable.length();};
size_t GetIndex() const {return fIndexInTable;};
static G4Element* GetElement(G4String name);
G4double GetfCoulomb() const {return fCoulomb;};
G4double GetfRadTsai() const {return fRadTsai;};
G4IonisParamElm* GetIonisation() const {return fIonisation;};
friend
ostream& operator<<(ostream&, G4Element*);
friend
ostream& operator<<(ostream&, G4Element&);
friend
ostream& operator<<(ostream&, G4ElementTable);
friend ostream& operator<<(ostream&, G4Element*);
friend ostream& operator<<(ostream&, G4Element&);
friend ostream& operator<<(ostream&, G4ElementTable);
G4int operator==(const G4Element&) const;
G4int operator!=(const G4Element&) const;