Print

Print


Commit in lcsim/src/org/lcsim/mc/fast on MAIN
MCFast.java+1-11.6 -> 1.7
 make refPoint000 = false the default value (default FASTMC behavior will be to define track momentum at true particle origin)

lcsim/src/org/lcsim/mc/fast
MCFast.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- MCFast.java	29 Nov 2007 09:50:06 -0000	1.6
+++ MCFast.java	5 Aug 2008 22:55:43 -0000	1.7
@@ -33,7 +33,7 @@
    
     public MCFast(boolean beamSpotConstraint, boolean simple, boolean printinfo)
     {
-	this(beamSpotConstraint, simple, printinfo, true);
+	this(beamSpotConstraint, simple, printinfo, false);
     }
    
     public MCFast(boolean beamSpotConstraint, boolean simple, boolean printinfo, boolean refPoint000)
CVSspam 0.2.8