Commit in GeomConverter/src/org/lcsim/material on MAIN
Material.java+6-61.13 -> 1.14


GeomConverter/src/org/lcsim/material
Material.java 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- Material.java	7 Jul 2005 00:48:36 -0000	1.13
+++ Material.java	18 Jul 2005 17:58:31 -0000	1.14
@@ -397,11 +397,11 @@
     public String toString()
     {
         return "Material=" + getName() + "; nComponents=" + _nComponents +
-                "; nElements=" + _nElements + "; temp=" + _temp + "\t\n" +
-                "pressure=" + _pressure + "; density=" + _density +
-                "; state=" + _state.toString() + "\t\n" + "NIL=" + 
-                _nuclearInteractionLength + "; RL=" + _radiationLength +
-                "; NILdens=" + getNuclearInteractionLengthWithDensity() +
-                "; RLdens=" + getRadiationLengthWithDensity();        
+                "; nElements=" + _nElements + "; temp(K)=" + _temp + "\t\n" +
+                "pressure(atmos)=" + _pressure + "; density(g/cm3)=" + _density +
+                "; state=" + _state.toString() + "\t\n" + "NIL(gcm2)=" + 
+                _nuclearInteractionLength + "; RL(gcm2)=" + _radiationLength +
+                "; NIL(cm)" + getNuclearInteractionLengthWithDensity() +
+                "; RL(cm)" + getRadiationLengthWithDensity();        
     }
 }
\ No newline at end of file
CVSspam 0.2.8