hep.lcd.geometry.component
Class HAD_Segmentation

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

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

Source Code:
HAD_Segmentation.java

Field Summary
 int SEGMENTATION_BARREL
           
 int SEGMENTATION_ENDCAP
           
 
Constructor Summary
HAD_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

HAD_Segmentation

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

toString

public String toString()
Overrides:
toString in class Object


The LCD Group