public class LayerStack extends Object
Constructor and Description |
---|
LayerStack()
Creates a new instance of LayerStack
|
Modifier and Type | Method and Description |
---|---|
void |
addLayer(Layer l) |
Layer |
getLayer(int i) |
int |
getNumberOfLayers() |
double |
getSectionThickness(int is,
int ie) |
double |
getThicknessToLayerBack(int i) |
double |
getThicknessToLayerFront(int i) |
double |
getThicknessToLayerMid(int i) |
double |
getTotalThickness() |
String |
toString() |
public void addLayer(Layer l)
public Layer getLayer(int i)
public double getTotalThickness()
public double getSectionThickness(int is, int ie) throws IllegalArgumentException
IllegalArgumentException
public double getThicknessToLayerBack(int i)
public double getThicknessToLayerMid(int i)
public double getThicknessToLayerFront(int i)
public int getNumberOfLayers()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.