hep.lcd.geometry.component
Class Pipe_BARREL

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--hep.lcd.geometry.PropertyTable
                    |
                    +--hep.lcd.geometry.IniSectionReader
                          |
                          +--hep.lcd.geometry.component.CylindricalDetector
                                |
                                +--hep.lcd.geometry.component.Pipe_BARREL

public class Pipe_BARREL
extends CylindricalDetector

See Also:
Serialized Form
Source Code:
Pipe_BARREL.java

Inner classes inherited from class java.util.Map
Map.Entry
 
Fields inherited from class hep.lcd.geometry.component.CylindricalDetector
parent, radiusInner, radiusOuter, zInner, zOuter
 
Constructor Summary
Pipe_BARREL(Detector det, LineNumberReader in)
           
 
Methods inherited from class hep.lcd.geometry.component.CylindricalDetector
getDetector, getInnerRadius, getMaxRadius, getOuterRadius, getZInner, getZOuter, isEndCap, paint, setFillColor, toString
 
Methods inherited from class hep.lcd.geometry.PropertyTable
getDouble, getDouble, getString, getString
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hep.lcd.geometry.PropertySet
keys
 

Constructor Detail

Pipe_BARREL

public Pipe_BARREL(Detector det,
                   LineNumberReader in)
            throws IOException


The LCD Group