hep.lcd.geometry.component
Class EM_Segmentation

java.lang.Object
  |
  +--hep.lcd.geometry.component.CalorimeterSegmentation
        |
        +--hep.lcd.geometry.component.EM_Segmentation

public class EM_Segmentation
extends hep.lcd.geometry.component.CalorimeterSegmentation

Source Code:
EM_Segmentation.java

Field Summary
 int SEGMENTATION_BARREL
           
 int SEGMENTATION_ENDCAP
           
 
Constructor Summary
EM_Segmentation(Detector det, LineNumberReader in)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEGMENTATION_BARREL

public final int SEGMENTATION_BARREL

SEGMENTATION_ENDCAP

public final int SEGMENTATION_ENDCAP
Constructor Detail

EM_Segmentation

public EM_Segmentation(Detector det,
                       LineNumberReader in)
                throws IOException
Method Detail

toString

public String toString()
Overrides:
toString in class Object


The LCD Group