hep.lcd.recon.tracking
Class RadLengths

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--hep.lcd.recon.tracking.RadLengths

public class RadLengths
extends Hashtable

RadLengths.java This class provides access to radiation lengths table for different materials. Its data is copied from PDG "Review of Particle Physics", 1998

See Also:
Serialized Form
Source Code:
RadLengths.java

Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
RadLengths()
          Initialize table
RadLengths(int ne)
           
 
Method Summary
 double getRL(String material)
          Return radiation length in cm
 
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, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RadLengths

public RadLengths()
Initialize table

RadLengths

public RadLengths(int ne)
Method Detail

getRL

public double getRL(String material)
Return radiation length in cm
Parameters:
material - - name of material


The LCD Group