Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
FindableTrack.java+2-31.3 -> 1.4
Removed some debug; Changed B field direction

hps-java/src/main/java/org/lcsim/hps/recon/tracking
FindableTrack.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- FindableTrack.java	25 Sep 2012 01:57:19 -0000	1.3
+++ FindableTrack.java	8 Nov 2012 01:22:41 -0000	1.4
@@ -32,7 +32,7 @@
 /**
  *
  * @author Richard Partridge
- * @version $Id: FindableTrack.java,v 1.3 2012/09/25 01:57:19 omoreno Exp $
+ * @version $Id: FindableTrack.java,v 1.4 2012/11/08 01:22:41 omoreno Exp $
  */
 public class FindableTrack {
 
@@ -49,7 +49,7 @@
         
         // Get the magnetic field
         Hep3Vector IP = new BasicHep3Vector(0., 0., 1.);
-        _bfield = event.getDetector().getFieldMap().getField(IP).z();
+        _bfield = event.getDetector().getFieldMap().getField(IP).y();
         
         //  Instantiate the hit identifier class
         _ID = new HitIdentifier();
@@ -181,7 +181,6 @@
         int nLayersHit = 0;
         // Check how many pairs of layers were hit
         for(int index = 0; index < _nlayersTot; index += 2){
-            System.out.println(this.getClass().getSimpleName() + ": {" + layerHit[index] + ", " + layerHit[index+1] + "}");
             if(layerHit[index] && layerHit[index+1]) nLayersHit += 2; 
         }
         
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