Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HelixFitter.java+29added 1.1
Extended HelixFitter to allow flexibility to change member objects.

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HelixFitter.java added at 1.1
diff -N HelixFitter.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HelixFitter.java	12 Jul 2013 20:58:15 -0000	1.1
@@ -0,0 +1,29 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.lcsim.hps.recon.tracking;
+
+
+/**
+ *
+ * @author phansson
+ * HPS extension of the fitter algorithm to enable the use of local classes
+ */
+public class HelixFitter extends org.lcsim.recon.tracking.seedtracker.HelixFitter {
+    
+    public HelixFitter(MaterialManager materialManager) {
+        super(materialManager);
+        //replace the multiple scattering to that given as parameter to be able to use a local version and not lcsim one
+        _scattering = new MultipleScattering(materialManager);
+
+    }
+    
+    public void setDebug(boolean debug) {
+        super.setDebug(debug);
+        _scattering.setDebug(debug);
+    } 
+    
+
+
+}
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