public class ElementalMassAttenuationData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
fileloc |
Constructor and Description |
---|
ElementalMassAttenuationData() |
Modifier and Type | Method and Description |
---|---|
static java.util.TreeMap<AttenuationType,NumberInterpolatingTreeMap> |
get(java.lang.String elementName)
Retrieve mass attenuation data of given element
|
static void |
put(java.lang.String elementName,
java.util.TreeMap<AttenuationType,NumberInterpolatingTreeMap> massAttData)
Store mass attenuation data of element with given name
|
public static void put(java.lang.String elementName, java.util.TreeMap<AttenuationType,NumberInterpolatingTreeMap> massAttData)
elementName
- is name of elementmassAttData
- is mass attenuation data of elementpublic static java.util.TreeMap<AttenuationType,NumberInterpolatingTreeMap> get(java.lang.String elementName)
elementName
- is name of element of interest