Public Member Functions | |
BDSMaterials () | |
~BDSMaterials () | |
void | Initialise () |
void | AddMaterial (G4Material *aMaterial, G4String aName) |
void | AddMaterial (G4String aName, G4double itsZ, G4double itsA, G4double itsDensity) |
void | AddElement (G4Element *aElement, G4String aName) |
void | AddElement (G4String aName, G4String aSymbol, G4double itsZ, G4double itsA) |
G4Material * | GetMaterial (G4String aMaterial) |
G4Element * | GetElement (G4String aSymbol) |
Static Public Member Functions | |
static void | ListMaterials () |
Protected Attributes | |
std::map< G4String, G4Material * > | materials |
std::map< G4String, G4Element * > | elements |
Definition at line 18 of file BDSMaterials.hh.