Print

Print


Commit in lcsim/src/org/lcsim/util/step on MAIN
DeDx.java+5-51.2 -> 1.3
GL: Add new materials

lcsim/src/org/lcsim/util/step
DeDx.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- DeDx.java	2 Nov 2005 00:07:11 -0000	1.2
+++ DeDx.java	2 Nov 2005 00:08:41 -0000	1.3
@@ -15,7 +15,7 @@
     public static DeDx instance() { return _me; }
     /**
      *  Initialize table
-     */ 
+     */
     private DeDx() {
       this(64);
       this.put("air",new Double(0.0021871));
@@ -58,7 +58,7 @@
       this.put("lif",new Double(4.248048));
       this.put("naf",new Double(4.32302));
       this.put("nai",new Double(4.78935));
-      this.put("silica",new Double(0.36)); // aerogel with density 0.2 g/cm**3 
+      this.put("silica",new Double(0.36)); // aerogel with density 0.2 g/cm**3
 
       // FIXME: these numbers need to be checked!!
       this.put("pyrexglass",new Double(2.276));
@@ -70,9 +70,9 @@
     }
 
     /**
-     * Return energy loss (in GeV) of minimum ionizing particle in 1 cm of given material 
-     * @param material - name of material 
-     */ 
+     * Return energy loss (in GeV) of minimum ionizing particle in 1 cm of given material
+     * @param material - name of material
+     */
     public double getDeDx(String material) {
 	String lkey = material.toLowerCase();
 	return 0.001 * ((Double)this.get(lkey)).doubleValue(); // values stored in units of MeV
CVSspam 0.2.8