All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.lcd.recon.ztracking.RadiationLengths

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----hep.lcd.recon.ztracking.RadiationLengths

public class RadiationLengths
extends Hashtable
Provides access to radiation lengths table for different materials. Its data are copied from PDG "Review of Particle Physics", 1998.


Constructor Index

 o RadiationLengths()
 o RadiationLengths(int)

Method Index

 o getRL(String)
Return radiation length in cm

Constructors

 o RadiationLengths
 public RadiationLengths()
 o RadiationLengths
 public RadiationLengths(int ne)

Methods

 o getRL
 public synchronized double getRL(String material)
Return radiation length in cm

Parameters:
material - - name of material

All Packages  Class Hierarchy  This Package  Previous  Next  Index