hep.lcd.geometry.component
Class LUM_Segmentation

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

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

Source Code:
LUM_Segmentation.java

Field Summary
 int SEGMENTATION_BARREL
           
 int SEGMENTATION_ENDCAP
           
 
Constructor Summary
LUM_Segmentation(Detector det, LineNumberReader in)
           
 
Method Summary
 boolean isEndCap()
           
 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

LUM_Segmentation

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

isEndCap

public boolean isEndCap()

toString

public String toString()
Overrides:
toString in class Object


The LCD Group