Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
TestRunOfflineReconSeeVertexingPlots.lcsim+60added 1.1
steering file for offline vertexing.

hps-java/src/main/resources/org/lcsim/hps/steering
TestRunOfflineReconSeeVertexingPlots.lcsim added at 1.1
diff -N TestRunOfflineReconSeeVertexingPlots.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ TestRunOfflineReconSeeVertexingPlots.lcsim	20 Dec 2012 22:15:21 -0000	1.1
@@ -0,0 +1,60 @@
+<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="HPSCalibrationDriver"/>
+        <driver name="RawTrackerHitSensorSetup"/>
+        <driver name="RawTrackerHitFitterDriver" />
+        <driver name="TrackerHitDriver"/>
+        <driver name="TrackerReconDriver"/>
+        <driver name="EcalRawConverter" />
+        <driver name="EcalClusterer" />
+<!--       <driver name="LCIOWriter"/>   -->
+<!--       <driver name="TrackingReconstructionPlots" />   -->
+<!--       <driver name="ElwinsVertexing" />  -->
+       <driver name="TwoTrackAnalysis" />
+    </execute>    
+    <drivers>    
+        <driver name="HPSCalibrationDriver" type="org.lcsim.hps.monitoring.HPSCalibrationDriver"/>   
+        <driver name="EventMarkerDriver"
+                type="org.lcsim.job.EventMarkerDriver">
+            <eventInterval>100</eventInterval>
+        </driver>        
+        <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup"/>
+        <driver name="RawTrackerHitFitterDriver" type="org.lcsim.hps.recon.tracking.HPSRawTrackerHitFitterDriver">
+            <fitAlgorithm>Analytic</fitAlgorithm>
+            <correctT0Shift>true</correctT0Shift>
+        </driver>
+        <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />        
+        <driver name="TrackerReconDriver"
+                type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
+            <debug>false</debug>
+            <stripMaxSeparation>20.0</stripMaxSeparation>
+            <stripTolerance>1.0</stripTolerance>
+        </driver>        
+        <driver name="EcalRawConverter" type="org.lcsim.hps.recon.ecal.HPSEcalRawConverterDriver">
+            <ecalCollectionName>EcalCalHits</ecalCollectionName>
+        </driver>
+        <driver name="EcalClusterer" type="org.lcsim.hps.recon.ecal.HPSEcalClusterer">
+            <ecalName>Ecal</ecalName>
+            <ecalCollectionName>EcalCalHits</ecalCollectionName>
+        </driver>
+        <driver name="LCIOWriter"
+             type="org.lcsim.hps.users.mgraham.MyLCIOWriterDriver">
+                 <outputFilePath>${outputFile}</outputFilePath>
+        </driver>
+        	<driver name="ElwinsVertexing" type="org.lcsim.hps.users.mgraham.ElwinsTrackingRecon">
+                <outputPlots>trackingPlots.aida</outputPlots>
+        </driver>
+	<driver name="TrackingReconstructionPlots" type="org.lcsim.hps.monitoring.svt.TrackingReconstructionPlots">
+                <outputPlots>trackingPlots.aida</outputPlots>
+        </driver>
+        <driver name="TwoTrackAnalysis" type="org.lcsim.hps.users.mgraham.TwoTrackAnalysis">  
+             <outputPlots>${aidaOut}</outputPlots>
+             <isMC>${isMC}</isMC>
+            <showPlots>false</showPlots>
+            <outputTextName>${txtOut}</outputTextName>
+        </driver>
+
+    </drivers>
+</lcsim>
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