Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
ecal_fadc_ap.lcsim+5-51.2 -> 1.3
update ecal_fadc_ap.lcsim

hps-java/src/main/resources/org/lcsim/hps/steering
ecal_fadc_ap.lcsim 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ecal_fadc_ap.lcsim	9 Dec 2011 23:40:21 -0000	1.2
+++ ecal_fadc_ap.lcsim	11 Jan 2012 23:30:10 -0000	1.3
@@ -1,13 +1,13 @@
 <!--
     Example LCSim steering file to run simple HPS ECal clustering and analysis.
     @author Sho Uemura <[log in to unmask]>
-    @version $Id: ecal_fadc_ap.lcsim,v 1.2 2011/12/09 23:40:21 meeg Exp $
+    @version $Id: ecal_fadc_ap.lcsim,v 1.3 2012/01/11 23:30:10 meeg Exp $
 
 -->
 <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}.slcio</file>
+		<file>${inputFile}</file>
 	</inputFiles>
 	<control>
 		<numberOfEvents>-1</numberOfEvents>
@@ -32,7 +32,7 @@
 	<drivers>
 		<driver name="Writer"
                 type="org.lcsim.util.loop.LCIODriver">
-			<outputFilePath>${inputFile}_ecalClusters</outputFilePath>
+			<outputFilePath>${outputFile}_ecalClusters</outputFilePath>
 		</driver>
 		<driver name="EcalReadout"
                 type="org.lcsim.hps.recon.ecal.HPSEcalSimpleReadoutDriver">
@@ -50,7 +50,7 @@
 		<driver name="EcalTrigger"
                 type="org.lcsim.hps.recon.ecal.HPSFADCTriggerDriver">
 			<clusterCollectionName>EcalClusters</clusterCollectionName>
-			<outputFileName>${inputFile}_triggers</outputFileName>
+			<outputFileName>${outputFile}.triggers</outputFileName>
 			<ecalName>Ecal</ecalName>
 		</driver>
 		<driver name="EcalPlots"
@@ -74,7 +74,7 @@
 		</driver>
 		<driver name="AidaSaveDriver"
                 type="org.lcsim.job.AidaSaveDriver">
-			<outputFileName>${inputFile}_ecalPlots</outputFileName>
+			<outputFileName>${outputFile}_ecalPlots</outputFileName>
 		</driver>
 		<driver name="ClockDriver"
                 type="org.lcsim.hps.util.ClockDriver">
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1