Commit in java/trunk/steering-files/src/main/resources/org/hps/steering on MAIN
DataQuality.lcsim-18569 removed
LCIOEventFilter.lcsim-26569 removed
production/RemoveTruth.lcsim+21added 570
+21-44
1 added + 2 removed, total 3 files
new directory for MC production steering files

java/trunk/steering-files/src/main/resources/org/hps/steering
DataQuality.lcsim removed after 569
--- java/trunk/steering-files/src/main/resources/org/hps/steering/DataQuality.lcsim	2014-05-09 10:15:07 UTC (rev 569)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/DataQuality.lcsim	2014-05-13 00:23:01 UTC (rev 570)
@@ -1,18 +0,0 @@
-<!-- 
-  Quick summary of file contents, to be run after readout simulation or reconstruction.
-  @author Sho Uemura <[log in to unmask]>
-  @version $Id: DataQuality.lcsim,v 1.2 2013/03/07 03:14:41 meeg Exp $
--->
-<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">       
-    <control>
-<!--        <printInputFiles>true</printInputFiles>-->
-<!--        <printDriversDetailed>true</printDriversDetailed>-->
-    </control>    
-    <execute>
-        <driver name="CollectionSizeDriver"/>
-    </execute>    
-    <drivers>
-        <driver name="CollectionSizeDriver" type="org.hps.util.CollectionSizeDriver"/>
-    </drivers>
-</lcsim>

java/trunk/steering-files/src/main/resources/org/hps/steering
LCIOEventFilter.lcsim removed after 569
--- java/trunk/steering-files/src/main/resources/org/hps/steering/LCIOEventFilter.lcsim	2014-05-09 10:15:07 UTC (rev 569)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/LCIOEventFilter.lcsim	2014-05-13 00:23:01 UTC (rev 570)
@@ -1,26 +0,0 @@
-<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
-    <inputFiles>
-        <!--<fileRegExp baseDir="./../data/mc/v3/pair_filter/" >pairs.*filt.*recon.*</fileRegExp>-->
-    </inputFiles>
-    <control>
-        <printInputFiles>true</printInputFiles>
-        <printDriversDetailed>true</printDriversDetailed>
-    </control>    
-    <execute>
-        <driver name="EventMarkerDriver"/>
-        <driver name="TwoTrackFilter"/>
-    </execute>    
-
-    <drivers>
-        <driver name="TwoTrackFilter" 
-                type="org.hps.util.TwoTrackFilterDriver">
-            <debug>false</debug>
-            <outputFilePath>${outputFile}</outputFilePath>
-        </driver>
-        <driver name="EventMarkerDriver"
-                type="org.lcsim.job.EventMarkerDriver">
-            <eventInterval>1000</eventInterval>
-        </driver>        
-    </drivers>   
-</lcsim>
\ No newline at end of file

java/trunk/steering-files/src/main/resources/org/hps/steering/production
RemoveTruth.lcsim added at 570
--- java/trunk/steering-files/src/main/resources/org/hps/steering/production/RemoveTruth.lcsim	                        (rev 0)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/production/RemoveTruth.lcsim	2014-05-13 00:23:01 UTC (rev 570)
@@ -0,0 +1,21 @@
+<!-- 
+  Saves a copy of the input file, with truth collections removed.
+  @author Sho Uemura <[log in to unmask]>
+  @version $Id: $
+-->
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
+       xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <execute>
+        <driver name="EventMarkerDriver"/>
+        <driver name="LCIOWriter"/>
+    </execute>    
+    <drivers>
+        <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>1000</eventInterval>
+        </driver>
+        <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
+            <outputFilePath>${outputFile}.slcio</outputFilePath>
+            <ignoreCollections>MCParticle TrackerHits EcalHits SVTTrueHitRelations</ignoreCollections>
+        </driver>
+    </drivers>
+</lcsim>
SVNspam 0.1