Import Geant4 8.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Material.hh,v 1.22 2003/06/16 16:56:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-07-01 $
|
||||
// $Id: G4Material.hh,v 1.24 2005/11/15 15:24:37 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-08-00 $
|
||||
//
|
||||
|
||||
// class description
|
||||
@@ -76,6 +76,7 @@
|
||||
// 31-10-01, new function SetChemicalFormula() (mma)
|
||||
// 26-02-02, fIndexInTable renewed
|
||||
// 06-08-02, remove constructors with ChemicalFormula (mma)
|
||||
// 15-11-05, GetMaterial(materialName, G4bool warning=true)
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
@@ -218,7 +219,7 @@ public: // with description
|
||||
size_t GetIndex() const {return fIndexInTable;};
|
||||
|
||||
//return pointer to a material, given its name:
|
||||
static G4Material* GetMaterial(G4String name);
|
||||
static G4Material* GetMaterial(G4String name, G4bool warning=true);
|
||||
|
||||
//
|
||||
//printing methods
|
||||
@@ -231,6 +232,10 @@ public: // without description
|
||||
|
||||
G4int operator==(const G4Material&) const;
|
||||
G4int operator!=(const G4Material&) const;
|
||||
G4Material(__void__&);
|
||||
// Fake default constructor for usage restricted to direct object
|
||||
// persistency for clients requiring preallocation of memory for
|
||||
// persistifiable objects.
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user