Commit in hps-java/src/main/java/org/lcsim/hps/users/mgraham/jlabrotation on MAIN
HeavyPhotonLLDriver.java+2-21.3 -> 1.4
Lagging updates for class name change.

hps-java/src/main/java/org/lcsim/hps/users/mgraham/jlabrotation
HeavyPhotonLLDriver.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- HeavyPhotonLLDriver.java	22 Nov 2012 02:48:54 -0000	1.3
+++ HeavyPhotonLLDriver.java	26 Nov 2012 19:38:54 -0000	1.4
@@ -5,7 +5,7 @@
 import java.util.ArrayList;
 import java.util.List;
 import org.lcsim.hps.event.HPSTransformations;
-import org.lcsim.hps.recon.tracking.HPSHelicalTrackHitDriver;
+import org.lcsim.hps.recon.tracking.HelicalTrackHitDriver;
 import org.lcsim.hps.recon.tracking.HPSTrackerHitDriver;
 import org.lcsim.hps.recon.tracking.MakeSensorsDriver;
 
@@ -64,7 +64,7 @@
         HPSTrackerHitDriver thd = new HPSTrackerHitDriver();
         add(thd);
 
-        HPSHelicalTrackHitDriver hthdriver = new HPSHelicalTrackHitDriver();
+        HelicalTrackHitDriver hthdriver = new HelicalTrackHitDriver();
         hthdriver.addCollection(((HPSTrackerHitDriver) thd).getStripHits1DName());
         hthdriver.setOutputCollectionName("HelicalTrackHits");
         hthdriver.HitRelationName("HelicalTrackHitRelations");
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