hep.lcd.geometry.component
Class EM_Barrel

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byhep.lcd.geometry.PropertyTable
              extended byhep.lcd.geometry.IniSectionReader
                  extended byhep.lcd.geometry.component.CylindricalDetector
                      extended byhep.lcd.geometry.component.Calorimeter
                          extended byhep.lcd.geometry.component.BarrelCalorimeter
                              extended byhep.lcd.geometry.component.EM_Barrel
All Implemented Interfaces:
java.lang.Cloneable, DetectorComponent, java.util.Map, PropertySet, SegmentedDetectorComponent, java.io.Serializable

public class EM_Barrel
extends BarrelCalorimeter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hep.lcd.geometry.component.Calorimeter
layers, lD, pD, phiBins, phoff, segmentName, tD, thetaBins, thoff
 
Fields inherited from class hep.lcd.geometry.component.CylindricalDetector
parent, radiusInner, radiusOuter, zInner, zOuter
 
Constructor Summary
EM_Barrel(Detector det, java.io.LineNumberReader in)
           
 
Methods inherited from class hep.lcd.geometry.component.BarrelCalorimeter
getRadius, getZ
 
Methods inherited from class hep.lcd.geometry.component.Calorimeter
getCosTheta, getLayers, getPhi, getPhiBins, getTheta, getThetaBins, getX, getY, resetSegmentation, setOffsets, setSegmentation, toString
 
Methods inherited from class hep.lcd.geometry.component.CylindricalDetector
getDetector, getInnerRadius, getMaxRadius, getOuterRadius, getZInner, getZOuter, isEndCap, paint, setFillColor
 
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

EM_Barrel

public EM_Barrel(Detector det,
                 java.io.LineNumberReader in)
          throws java.io.IOException


The LCD Group