Print

Print


Commit in hps-java/src/main/resources/org/lcsim/hps/steering on MAIN
TestRunReconFromRawLcio.lcsim+63added 1.1
Steering file to run reconstruction from raw LCIO

hps-java/src/main/resources/org/lcsim/hps/steering
TestRunReconFromRawLcio.lcsim added at 1.1
diff -N TestRunReconFromRawLcio.lcsim
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ TestRunReconFromRawLcio.lcsim	1 Jun 2012 21:51:52 -0000	1.1
@@ -0,0 +1,63 @@
+<!--
+	Steering file to run offline reconstruction from Raw LCIO
+	author:  Omar Moreno <[log in to unmask]>
+	version: $Id: TestRunReconFromRawLcio.lcsim,v 1.1 2012/06/01 21:51:52 omoreno 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}</file>
+   </inputFiles>
+
+   <control>
+      <numberOfEvents>-1</numberOfEvents>
+   </control>
+   
+   <execute>
+      <driver name="EventMarkerDriver"    />
+      <driver name="SVTSetupDriver"       />
+      <driver name="LoadCalibrations"     />
+      <driver name="RawTrackerHitSensorSetup" />
+      <driver name="EcalRawConverter"     />
+      <driver name="EcalClusterer"        /> 
+      <driver name="RawTrackerHitFitterDriver" />
+      <driver name="TrackerHitDriver"          /> 
+      <driver name="TrackerReconDriver"        /> 
+      <driver name="CleanupDriver"             />
+   </execute>
+
+   <drivers>
+      <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
+         <eventInterval>1000</eventInterval>
+         <marker>#</marker>
+      </driver>
+      <driver name="SVTSetupDriver" type="org.lcsim.hps.recon.tracking.HPSSVTSensorSetup"/>
+      <driver name="LoadCalibrations" type="org.lcsim.hps.recon.tracking.LoadCalibrationsDriver" />
+      <driver name="RawTrackerHitSensorSetup" type="org.lcsim.recon.tracking.digitization.sisim.config.RawTrackerHitSensorSetup" /> 
+      <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="RawTrackerHitFitterDriver" type="org.lcsim.hps.recon.tracking.HPSRawTrackerHitFitterDriver">
+              <rawHitCollectionName>SVTRawTrackerHits</rawHitCollectionName>  
+              <fittedHitCollectionName>SVTFittedRawTrackerHits</fittedHitCollectionName> 
+              <fitAlgorithm>Analytic</fitAlgorithm>  
+      </driver>
+      <driver name="TrackerHitDriver" type="org.lcsim.hps.users.mgraham.DataTrackerHitDriver" />
+      <driver name="TrackerReconDriver" type="org.lcsim.hps.recon.tracking.TrackerReconDriver">
+               <debug>true</debug>
+               <strategyResource>/org/lcsim/hps/recon/tracking/strategies/HPS-TestRun-v2-135.xml</strategyResource>
+               <stripMaxSeparation>20.0</stripMaxSeparation>
+               <stripTolerance>1.0</stripTolerance>
+       </driver>
+       <driver name="CleanupDriver" type="org.lcsim.recon.tracking.digitization.sisim.config.ReadoutCleanupDriver">
+                <collectionNames>TrackerHits SVTRawTrackerHits  SVTFittedRawTrackerHits</collectionNames>
+       </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