Print

Print


Commit in lcsim-contrib/src/main/java/org/lcsim/contrib on MAIN
Mbussonn/MCParticleExtended.java+12-21.4 -> 1.5
ganging/GangedSimCalorimeterHit.java+61.1 -> 1.2
+18-2
2 modified files
fix compile errors

lcsim-contrib/src/main/java/org/lcsim/contrib/Mbussonn
MCParticleExtended.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- MCParticleExtended.java	14 Jul 2009 17:38:39 -0000	1.4
+++ MCParticleExtended.java	29 Sep 2011 19:26:53 -0000	1.5
@@ -187,6 +187,16 @@
 	 this.helix = new HelixParamCalculator(mcp, bfield);
      }
 	}
-
-
+	
+    public float[] getSpin()
+    {
+        if (true) throw new UnsupportedOperationException("Method not implemented.");
+        return null;
+    }
+    
+    public int[] getColorFlow()
+    {
+        if (true) throw new UnsupportedOperationException("Method not implemented.");
+        return null;
+    }
 }

lcsim-contrib/src/main/java/org/lcsim/contrib/ganging
GangedSimCalorimeterHit.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- GangedSimCalorimeterHit.java	3 Feb 2010 21:39:10 -0000	1.1
+++ GangedSimCalorimeterHit.java	29 Sep 2011 19:26:54 -0000	1.2
@@ -17,6 +17,7 @@
  *
  * @author cassell
  */
+// FIXME: Remove to sandbox.
 public class GangedSimCalorimeterHit 
 extends BaseCalorimeterHit
 implements SimCalorimeterHit
@@ -151,4 +152,9 @@
         return pos;
     }
     
+    public float[] getStepPosition(int index)
+    {
+        if (true) throw new UnsupportedOperationException("Method not implemented.");
+        return null;
+    }
 }
CVSspam 0.2.8