Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/users/mgraham on MAIN
DataTrackerHitDriver.java+2-61.1 -> 1.2
Remove creation of SVTCalibrationConstants.  Done in FittedRawTrackerHitMaker now.

hps-java/src/main/java/org/lcsim/hps/users/mgraham
DataTrackerHitDriver.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- DataTrackerHitDriver.java	25 Apr 2012 15:23:42 -0000	1.1
+++ DataTrackerHitDriver.java	25 Apr 2012 20:22:11 -0000	1.2
@@ -37,8 +37,7 @@
 
     // Name of StripHit1D output collection.
     private String stripHitOutputCollectionName = "StripClusterer_SiTrackerHitStrip1D";
-    HPSSVTCalibrationConstants calib;
-
+    
     // Clustering parameters.
     private double clusterSeedThreshold = 4.0;
     private double clusterNeighborThreshold = 3.0;
@@ -157,10 +156,7 @@
 
         // Set the detector to process.
         processPaths.add(subdetectorName);
-        
-        calib=new HPSSVTCalibrationConstants();
-        calib.loadCalibrationConstants("foobar");
-        
+                       
     }
 
     /**
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