Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/users/phansson on MAIN
RunMPAlignment.java+1-11.11 -> 1.12
Raised minimum px for tracks.

hps-java/src/main/java/org/lcsim/hps/users/phansson
RunMPAlignment.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- RunMPAlignment.java	1 Nov 2012 15:42:48 -0000	1.11
+++ RunMPAlignment.java	7 Nov 2012 20:55:50 -0000	1.12
@@ -107,7 +107,7 @@
             if(hitsOnBothSides(trk)) continue;
             
             double Px =  trk.getTrackStates().get(0).getMomentum()[0];
-            if(Px < 0.1) {
+            if(Px < 0.2) {
                 System.out.printf("%s: Trk p = [%.3f,%.3f,%.3f] is low skip!?\n",this.getClass().getSimpleName(),
                         trk.getTrackStates().get(0).getMomentum()[0],trk.getTrackStates().get(0).getMomentum()[1],trk.getTrackStates().get(0).getMomentum()[2]);
                 continue;
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