Print

Print


Author: [log in to unmask]
Date: Wed Sep 16 14:49:51 2015
New Revision: 3618

Log:
simple steering

Added:
    java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim

Added: java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim	(added)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim	Wed Sep 16 14:49:51 2015
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <!-- 
+      @brief Steering file to convert and save error bits to lcio. 
+      @author <a href="mailto:[log in to unmask]">Sho Uemura</a>
+    -->
+    <execute>
+        <driver name="EventMarkerDriver"/> 
+        <driver name="LCIOWriter"/>
+        <driver name="CleanupDriver"/>
+    </execute>    
+    <drivers>    
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>100</eventInterval>
+        </driver>        
+       
+        <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
+            <writeOnlyCollections>SvtErrorBits SvtHeaders</writeOnlyCollections>
+            <outputFilePath>${outputFile}.slcio</outputFilePath>
+        </driver>
+
+        <driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver"/>
+        
+
+    </drivers>
+</lcsim>