Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSShaperFitAlgorithm.java+17added 1.1
Interface for shaper fitting algorithms

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSShaperFitAlgorithm.java added at 1.1
diff -N HPSShaperFitAlgorithm.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HPSShaperFitAlgorithm.java	24 Apr 2012 13:42:57 -0000	1.1
@@ -0,0 +1,17 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.lcsim.hps.recon.tracking;
+
+import org.lcsim.event.RawTrackerHit;
+
+/**
+ *
+ * @author mgraham
+ */
+public interface HPSShaperFitAlgorithm {
+    
+    public HPSShaperFitAlgorithm fitShape(RawTrackerHit rth);
+
+}
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1