54 #ifndef G4MaterialPropertiesTable_h
55 #define G4MaterialPropertiesTable_h 1
117 const std::map< G4String, G4MaterialPropertyVector*, std::less<G4String> >*
119 const std::map< G4String, G4double, std::less<G4String> >*
129 std::map<G4String, G4MaterialPropertyVector*, std::less<G4String> >
MPT;
133 std::map< G4String, G4double, std::less<G4String> >
MPTC;
134 typedef std::map< G4String,
G4double,
std::map< G4String, G4double, std::less< G4String > >::iterator MPTCiterator
G4MaterialPropertyVector * GetProperty(const char *key)
void AddEntry(const char *key, G4double aPhotonEnergy, G4double aPropertyValue)
G4MaterialPropertiesTable()
const std::map< G4String, G4MaterialPropertyVector *, std::less< G4String > > * GetPropertiesMap() const
G4MaterialPropertyVector * SetGROUPVEL()
const std::map< G4String, G4double, std::less< G4String > > * GetPropertiesCMap() const
G4MaterialPropertyVector * AddProperty(const char *key, G4double *PhotonEnergies, G4double *PropertyValues, G4int NumEntries)
std::map< G4String, G4MaterialPropertyVector *, std::less< G4String > >::iterator MPTiterator
void RemoveConstProperty(const char *key)
std::map< G4String, G4double, std::less< G4String > > MPTC
void RemoveProperty(const char *key)
void AddConstProperty(const char *key, G4double PropertyValue)
G4bool ConstPropertyExists(const char *key)
std::map< G4String, G4MaterialPropertyVector *, std::less< G4String > > MPT
G4double GetConstProperty(const char *key)
~G4MaterialPropertiesTable()