hep.lcd.util.material
Class DeDx

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--hep.lcd.util.material.DeDx

public class DeDx
extends Hashtable

DeDx.java This class provides access to min ionising particle energy loss table for different materials. Its data is copied from PDG "Review of Particle Physics", 1998

See Also:
Serialized Form
Source Code:
DeDx.java

Inner classes inherited from class java.util.Map
Map.Entry
 
Constructor Summary
DeDx()
          Initialize table
DeDx(int ne)
           
 
Method Summary
 double getDeDx(String material)
          Return energy loss (in GeV) of minimum ionizing particle in 1 cm of given material
 
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

DeDx

public DeDx()
Initialize table

DeDx

public DeDx(int ne)
Method Detail

getDeDx

public double getDeDx(String material)
Return energy loss (in GeV) of minimum ionizing particle in 1 cm of given material
Parameters:
material - - name of material


The LCD Group