Print

Print


Commit in lcsim-cal-calib/scripts on MAIN
calculateInitialSamplingFractions.sh+1added 1.1
initialSamplingFractions.xml+30added 1.1
+31
2 added files
helper scripts for calculating initial sampling fractions from single particle files.

lcsim-cal-calib/scripts
calculateInitialSamplingFractions.sh added at 1.1
diff -N calculateInitialSamplingFractions.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ calculateInitialSamplingFractions.sh	3 Nov 2010 15:27:57 -0000	1.1
@@ -0,0 +1 @@
+ java -server -jar ~/.m2/repository/org/lcsim/lcsim/1.14-SNAPSHOT/lcsim-1.14-SNAPSHOT-bin.jar  initialSamplingFractions.xml

lcsim-cal-calib/scripts
initialSamplingFractions.xml added at 1.1
diff -N initialSamplingFractions.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ initialSamplingFractions.xml	3 Nov 2010 15:27:57 -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="SamplingFractionAnalysisPolyCalDriver"/>
+    </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="SamplingFractionAnalysisPolyCalDriver"
+                type="org.lcsim.cal.calib.SamplingFractionAnalysisPolyCalDriver">
+        </driver>
+    </drivers>
+</lcsim>
CVSspam 0.2.8