Commit in mcd-analysis/src/main/resources/org/lcsim/mcd/steering on MAIN
mcd_cal_occupancy.lcsim+15added 1.1
example run of cal occupancy driver

mcd-analysis/src/main/resources/org/lcsim/mcd/steering
mcd_cal_occupancy.lcsim added at 1.1
diff -N mcd_cal_occupancy.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ mcd_cal_occupancy.lcsim	3 Jun 2011 23:48:39 -0000	1.1
@@ -0,0 +1,15 @@
+<lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <inputFiles>
+        <file>${inputFile}</file>
+    </inputFiles>
+    <classpath>
+        <jar>~/.m2/repository/org/lcsim/mcd-analysis/1.0-SNAPSHOT/mcd-analysis-1.0-SNAPSHOT.jar</jar>
+    </classpath>
+    <execute>
+        <driver name="MCDCal"/>
+    </execute>
+    <drivers>
+        <driver name="MCDCal"
+                type="org.lcsim.mcd.analysis.CalorimeterOccupancyDriver"/>
+    </drivers>
+</lcsim>
CVSspam 0.2.8