Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4NistMaterialBuilder.hh 72057 2013-07-04 13:07:29Z gcosmo $
|
||||
|
||||
#ifndef G4NistMaterialBuilder_h
|
||||
#define G4NistMaterialBuilder_h 1
|
||||
@@ -130,15 +130,15 @@ public:
|
||||
// "biochemical" - bio-chemical materials
|
||||
// "all" - all
|
||||
//
|
||||
void ListMaterials(const G4String&);
|
||||
void ListMaterials(const G4String&) const;
|
||||
|
||||
// cout lists of predefined materials
|
||||
//
|
||||
void ListNistSimpleMaterials();
|
||||
void ListNistCompoundMaterials();
|
||||
void ListHepMaterials();
|
||||
void ListSpaceMaterials();
|
||||
void ListBioChemicalMaterials();
|
||||
void ListNistSimpleMaterials() const;
|
||||
void ListNistCompoundMaterials() const;
|
||||
void ListHepMaterials() const;
|
||||
void ListSpaceMaterials() const;
|
||||
void ListBioChemicalMaterials() const;
|
||||
|
||||
// access to the list of names of Geant4 predefined materials
|
||||
//
|
||||
@@ -174,10 +174,10 @@ private:
|
||||
void AddElementByAtomCount (const G4String& name, G4int);
|
||||
|
||||
// build a G4Material from dataBase
|
||||
G4Material* BuildMaterial(G4int idx, G4bool isotopes);
|
||||
G4Material* BuildMaterial(G4int idx);
|
||||
|
||||
void DumpElm(G4int);
|
||||
void DumpMix(G4int);
|
||||
void DumpElm(G4int) const;
|
||||
void DumpMix(G4int) const;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user