Commit in slic/src on MAIN
LCOpticalPhysics.cc+2-21.5 -> 1.6
get rid of theCerenkovProcess->SetTrackSecondariesFirst since it screws things up

slic/src
LCOpticalPhysics.cc 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- LCOpticalPhysics.cc	17 Dec 2007 21:11:59 -0000	1.5
+++ LCOpticalPhysics.cc	19 Feb 2008 00:23:55 -0000	1.6
@@ -54,10 +54,10 @@
   
   
     theCerenkovProcess->SetMaxNumPhotonsPerStep(300);
-    theCerenkovProcess->SetTrackSecondariesFirst(true);
+
   
     theScintillationProcess->SetScintillationYieldFactor(1.);
-    theScintillationProcess->SetTrackSecondariesFirst(true);
+    //    theScintillationProcess->SetTrackSecondariesFirst(true);
 
     G4OpticalSurfaceModel themodel = unified;
     theBoundaryProcess->SetModel(themodel);
CVSspam 0.2.8