Commit in lcsim-cal-calib/scripts on MAIN
calculatePfoSamplingFractions.sh+1added 1.1
pfoSamplingFractions.xml+30added 1.1
+31
2 added files
convenience scripts for calculating iterated sampling fractions.

lcsim-cal-calib/scripts
calculatePfoSamplingFractions.sh added at 1.1
diff -N calculatePfoSamplingFractions.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ calculatePfoSamplingFractions.sh	5 Nov 2010 12:55:31 -0000	1.1
@@ -0,0 +1 @@
+java -server -jar ~/.m2/repository/org/lcsim/lcsim/1.14-SNAPSHOT/lcsim-1.14-SNAPSHOT-bin.jar  pfoSamplingFractions.xml
\ No newline at end of file

lcsim-cal-calib/scripts
pfoSamplingFractions.xml added at 1.1
diff -N pfoSamplingFractions.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pfoSamplingFractions.xml	5 Nov 2010 12:55:31 -0000	1.1
@@ -0,0 +1,30 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
+        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <inputFiles>
+        <fileList>files.txt</fileList>
+    </inputFiles>
+    <control>
+        <numberOfEvents>-1</numberOfEvents>
+        <verbose>false</verbose>
+    </control>
+    <execute>
+        <driver name="EventMarkerDriver"/>
+        <driver name="ProcessHitsDriver"/>
+        <driver name="PandoraPfoSamplingFractionAnalysislDriver"/>
+    </execute>
+    <classpath>
+        <jar>~/.m2/repository/org/lcsim/lcsim-cal-calib/0.1-SNAPSHOT/lcsim-cal-calib-0.1-SNAPSHOT.jar</jar>
+    </classpath>
+    <drivers>
+        <driver name="EventMarkerDriver"
+                type="org.lcsim.job.EventMarkerDriver">
+           <eventInterval>1000</eventInterval>
+        </driver>
+        <driver name="ProcessHitsDriver"
+                type="org.lcsim.cal.calib.ProcessHitsDriver">
+        </driver>
+        <driver name="PandoraPfoSamplingFractionAnalysislDriver"
+                type="org.lcsim.cal.calib.PandoraPfoSamplingFractionAnalysislDriver">
+        </driver>
+    </drivers>
+</lcsim>
\ No newline at end of file
CVSspam 0.2.8