Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSShapeFitParameters.java+35added 1.1
Container class for shaper fit parameters

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSShapeFitParameters.java added at 1.1
diff -N HPSShapeFitParameters.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ HPSShapeFitParameters.java	24 Apr 2012 13:41:33 -0000	1.1
@@ -0,0 +1,35 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.lcsim.hps.recon.tracking;
+
+/**
+ *
+ * @author mgraham
+ */
+public class HPSShapeFitParameters {
+
+    private double _t0;
+    private double _t0Err;
+    private double _amp;
+    private double _ampErr;
+    private double _tp;
+    private double _tpErr;
+
+    public HPSShapeFitParameters(){                
+    }
+    
+    public void setT0(double t0){_t0=t0;}
+    public void setAmp(double amp){_amp=amp;}
+    public void setTP(double tp){_tp=tp;}
+    
+    public double getT0(){return _t0;}
+    public double getAmp(){return _amp;}
+    public double getTP(){return _tp;}
+    
+     public double getT0Err(){return _t0Err;}
+    public double getAmpErr(){return _ampErr;}
+    public double getTPErr(){return _tpErr;}
+    
+}
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