Package | Description |
---|---|
org.lcsim.material |
Modifier and Type | Field and Description |
---|---|
(package private) MaterialState |
Material._state |
static MaterialState |
MaterialState.GAS |
static MaterialState |
MaterialState.LIQUID |
static MaterialState |
MaterialState.SOLID |
static MaterialState |
MaterialState.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static MaterialState |
MaterialState.fromString(String stateStr) |
MaterialState |
IMaterial.getState()
Get the state of this material, either liquid, gas, solid, or unknown.
|
MaterialState |
Material.getState() |
Constructor and Description |
---|
Material(String name,
int nComponents,
double density,
MaterialState state)
Construct a material with a number of sub-components, which will be
either a set of mass fractions or set of number of atoms.
|
Material(String matName,
String formula,
double z,
double a,
double density,
double X0,
double lambda,
MaterialState state)
This is a constructor for materials that are chemical elements.
|
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.