Print

Print


Commit in projects/lcsim/trunk/event-processing/src/main/java/org/lcsim/util/loop on MAIN
LCSimLoop.java+3-63083 -> 3084
Revert commit of future code that broke the build.

projects/lcsim/trunk/event-processing/src/main/java/org/lcsim/util/loop
LCSimLoop.java 3083 -> 3084
--- projects/lcsim/trunk/event-processing/src/main/java/org/lcsim/util/loop/LCSimLoop.java	2014-04-04 18:09:30 UTC (rev 3083)
+++ projects/lcsim/trunk/event-processing/src/main/java/org/lcsim/util/loop/LCSimLoop.java	2014-04-04 19:02:38 UTC (rev 3084)
@@ -13,7 +13,7 @@
 import org.lcsim.event.util.LCSimEventGenerator;
 import org.lcsim.util.Driver;
 import org.lcsim.util.DriverAdapter;
-import org.lcsim.util.RunListener;
+//import org.lcsim.util.RunListener;
 
 /**
  * A main loop which can be used for standalone jobs (run outside of JAS).
@@ -27,14 +27,11 @@
      * Create a new LCSimLoop
      */
     public LCSimLoop() {
-        // Setup the conditions manager but only if there is not a conditions
-        // manager already pre-installed.  We don't want to clobber it here if so!
-        // --JM
         //if (!ConditionsManager.isSetup())
         LCSimConditionsManagerImplementation.register();
         DriverAdapter da = new DriverAdapter(top);
-        RunListener runListener = new RunListener(top);
-        addRecordListener(runListener);
+        //RunListener runListener = new RunListener(top);
+        //addRecordListener(runListener);
         addRecordListener(da);
         addLoopListener(da);
     }
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1