hep.lcd.geometry.component
Class MU_Segmentation

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

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

Source Code:
MU_Segmentation.java

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

MU_Segmentation

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

toString

public String toString()
Overrides:
toString in class Object


The LCD Group