Print

Print


Author: [log in to unmask]
Date: Thu Jan 15 17:31:50 2015
New Revision: 1943

Log:
Fix up ancient steering file from the Test Run days of yonder.

Modified:
    java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/SVTBasicMonitoring.lcsim

Modified: java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/SVTBasicMonitoring.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/SVTBasicMonitoring.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/SVTBasicMonitoring.lcsim	Thu Jan 15 17:31:50 2015
@@ -37,9 +37,10 @@
         <driver name="TrackerReconDriver" type="org.hps.recon.tracking.TrackerReconDriver">
             <debug>false</debug>
         </driver>        
-        <driver name="SVTBasicMonitoringPlots" type="org.hps.monitoring.drivers.svt.BasicMonitoringPlotsDriver">
+        <!-- Fixed this from BasicSVTMonitoringPlots which seems to have disappeared or been renamed.  JM -->
+        <driver name="SVTBasicMonitoringPlots" type="org.hps.monitoring.drivers.svt.SVTMonitoringPlots">
             <inputCollection>SVTRawTrackerHits</inputCollection>
-            <singleEvent>false</singleEvent>
+            <!-- <singleEvent>false</singleEvent>  -->
         </driver>
     </drivers>
 </lcsim>