Print

Print


Author: [log in to unmask]
Date: Tue Nov  4 05:28:21 2014
New Revision: 1426

Log:
Adding dummy reconstruction steering file, very usefull to work with the software NOW without waiting further

Added:
    java/branches/hps-java_ecal-commissioning/steering-files/src/main/resources/org/hps/steering/users/celentan/DummyRecon.lcsim

Added: java/branches/hps-java_ecal-commissioning/steering-files/src/main/resources/org/hps/steering/users/celentan/DummyRecon.lcsim
 =============================================================================
--- java/branches/hps-java_ecal-commissioning/steering-files/src/main/resources/org/hps/steering/users/celentan/DummyRecon.lcsim	(added)
+++ java/branches/hps-java_ecal-commissioning/steering-files/src/main/resources/org/hps/steering/users/celentan/DummyRecon.lcsim	Tue Nov  4 05:28:21 2014
@@ -0,0 +1,40 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">       
+    <control>
+        <numberOfEvents>-1</numberOfEvents> 
+        <printInputFiles>true</printInputFiles>
+        <printDriversDetailed>true</printDriversDetailed>
+    </control>    
+    <execute>
+        <driver name="EventMarkerDriver"/>
+  <!--      <driver name="ConditionsDriver"/> -->
+        <driver name="CalibrationDriver"/>
+        <driver name="EcalRawConverter"/>     
+     
+ 		<driver name="LCIOWriter"/>
+        <driver name="CleanupDriver"/>
+
+<!--        <driver name="RunControlDriver" />-->
+        <!--<driver name="AidaSaveDriver"/>-->
+    </execute>   
+    
+<!--  Here starts the drivers description -->
+    <drivers>
+       <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1</eventInterval>
+        </driver>
+
+        <driver name="CalibrationDriver" type="org.hps.conditions.deprecated.CalibrationDriver"/>   
+        
+        <driver name="EcalRawConverter" type="org.hps.recon.ecal.EcalRawConverterDriver">
+<!--            <threshold>150</threshold>-->
+            <applyBadCrystalMap>false</applyBadCrystalMap>
+<!--            <dropBadFADC>true</dropBadFADC>-->
+        </driver> 
+       <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
+            <outputFilePath>${outputFile}.slcio</outputFilePath>
+        </driver>
+        <driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver"/>
+    </drivers>
+</lcsim>
+