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
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 |
RadLengths
public RadLengths()
- Initialize table
RadLengths
public RadLengths(int ne)
getRL
public double getRL(String material)
- Return radiation length in cm
- Parameters:
material
- - name of material
The LCD Group