Print

Print


Author: [log in to unmask]
Date: Tue Nov 25 13:59:20 2014
New Revision: 1587

Log:
Move steering file.

Added:
    java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelPlots.lcsim
      - copied, changed from r1586, java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelADCPlots.lcsim
Removed:
    java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelADCPlots.lcsim

Copied: java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelPlots.lcsim (from r1586, java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelADCPlots.lcsim)
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelADCPlots.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/monitoring/EcalChannelPlots.lcsim	Tue Nov 25 13:59:20 2014
@@ -2,12 +2,23 @@
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">           
     <execute>
         <driver name="EventMarkerDriver"/>
+        <driver name="EcalRawConverterDriver"/>
         <driver name="EcalChannelADCPlotsDriver"/>
+        <driver name="EcalChannelADCSumPlotsDriver"/>
+        <driver name="EcalChannelEnergyPlotsDriver"/>        
+        <driver name="LCIODriver"/>
     </execute>        
     <drivers>    
         <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
             <eventInterval>1</eventInterval>
         </driver>
+        <driver name="EcalRawConverterDriver" type="org.hps.recon.ecal.EcalRawConverterDriver">        
+        </driver>
         <driver name="EcalChannelADCPlotsDriver" type="org.hps.monitoring.ecal.plots.EcalChannelADCPlotsDriver"/>
+        <driver name="EcalChannelEnergyPlotsDriver" type="org.hps.monitoring.ecal.plots.EcalChannelEnergyPlotsDriver"/>
+        <driver name="EcalChannelADCSumPlotsDriver" type="org.hps.monitoring.ecal.plots.EcalChannelADCSumPlotsDriver"/>
+        <driver name="LCIODriver" type="org.lcsim.util.loop.LCIODriver">
+            <outputFilePath>EcalChannelTest</outputFilePath>
+        </driver>
     </drivers>
 </lcsim>