Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
MultipleScattering.java+1-11.2 -> 1.3
Upped the mom cut to avoid problems in iterative intercept

hps-java/src/main/java/org/lcsim/hps/recon/tracking
MultipleScattering.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- MultipleScattering.java	14 Jul 2013 06:25:55 -0000	1.2
+++ MultipleScattering.java	14 Jul 2013 06:50:02 -0000	1.3
@@ -281,7 +281,7 @@
        
 
         // Catch special cases where the incidental iteration procedure seem to fail -> FIX THIS!
-        if(helix.p(Math.abs(_bfield)) < 0.2) {
+        if(helix.p(Math.abs(_bfield)) < 0.3) {
 
             if(this._debug) System.out.printf("%s: momentum is low skip the iterative calculation\n",this.getClass().getSimpleName());
             
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