Print

Print


Author: [log in to unmask]
Date: Wed Nov 11 09:30:30 2015
New Revision: 3952

Log:
keep this up to date

Modified:
    java/trunk/steering-files/src/main/resources/org/hps/steering/readout/HPSReconNoReadout.lcsim

Modified: java/trunk/steering-files/src/main/resources/org/hps/steering/readout/HPSReconNoReadout.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/readout/HPSReconNoReadout.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/readout/HPSReconNoReadout.lcsim	Wed Nov 11 09:30:30 2015
@@ -1,6 +1,9 @@
 
 <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
+    <control>
+        <numberOfEvents>20000</numberOfEvents>
+    </control>
     <execute>
         <driver name="EventMarkerDriver"/>   
         <driver name="ReconClusterer" />
@@ -46,7 +49,17 @@
             <ecalClusterCollectionName>EcalClustersCorr</ecalClusterCollectionName>        
             <trackCollectionNames>MatchedTracks GBLTracks</trackCollectionNames>
         </driver>  
-        <driver name="GBLOutputDriver" type="org.hps.recon.tracking.gbl.GBLOutputDriver"/>      
+        <driver name="GBLOutputDriver" type="org.hps.recon.tracking.gbl.GBLOutputDriver">
+            <debug>0</debug>
+            <isMC>false</isMC>
+            <gblFileName>${outputFile}.gbl</gblFileName>
+            <addBeamspot>false</addBeamspot>
+            <beamspotScatAngle>0.005</beamspotScatAngle>
+            <beamspotWidthZ>0.05</beamspotWidthZ>
+            <beamspotWidthY>0.2</beamspotWidthY>
+            <beamspotTiltZOverY>0.26</beamspotTiltZOverY>
+            <beamspotPosition>0.0 -0.11 -0.05</beamspotPosition>
+        </driver> 
         <driver name="GBLRefitterDriver" type="org.hps.recon.tracking.gbl.HpsGblRefitter"/>
         <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
             <outputFilePath>${outputFile}</outputFilePath>