public abstract class Sigma
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Sigma.SigmaConst
sigma = [c0]
|
static interface |
Sigma.SigmaFactory |
static class |
Sigma.SigmaInv
sigma = c[0]/g
|
Modifier and Type | Field and Description |
---|---|
protected double[] |
c |
Modifier | Constructor and Description |
---|---|
protected |
Sigma() |
protected |
Sigma(double[] c) |
Modifier and Type | Method and Description |
---|---|
abstract double |
eval(double g)
returns cross-section for the given relative velocit
|
void |
init(Material mat1,
Material mat2) |