Print

Print


Author: [log in to unmask]
Date: Wed Oct  7 13:09:17 2015
New Revision: 3792

Log:
small updates

Modified:
    java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EngineeringRun2015FullRecon_Pass2_Gbl.lcsim
    java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim

Modified: java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EngineeringRun2015FullRecon_Pass2_Gbl.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EngineeringRun2015FullRecon_Pass2_Gbl.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EngineeringRun2015FullRecon_Pass2_Gbl.lcsim	Wed Oct  7 13:09:17 2015
@@ -7,6 +7,7 @@
       @author <a href="mailto:[log in to unmask]">Omar Moreno</a>
     -->
     <execute>
+        <!--<driver name="TimerDriver1"/>-->
         <driver name="CleanupDriver"/>
         <!-- Ecal reconstruction drivers -->        
         <driver name="EcalRunningPedestal"/>
@@ -55,13 +56,17 @@
         <driver name="GBLOutputDriver" />
         <driver name="GBLRefitterDriver" />
         <driver name="TrackDataDriver" />
-        <driver name="ReconParticleDriver" />   
+        <!--<driver name="GblResidualEcalDriver" />-->
+        <!--<driver name="TrackExtrapolationTestDriver"/>-->
+        <driver name="ReconParticleDriver" />  
+        <!--<driver name="TrackingReconstructionPlots" />-->
+        <driver name="GeomChecker" />
         <driver name="LCIOWriter"/>
         
     </execute>    
     <drivers>    
         <driver name="EventMarkerDriver" type="org.lcsim.job.EventMarkerDriver">
-            <eventInterval>1000</eventInterval>
+            <eventInterval>100</eventInterval>
         </driver>        
 
         <!-- Ecal reconstruction drivers -->
@@ -140,7 +145,9 @@
             <isMC>false</isMC>
             <gblFileName>${outputFile}.gbl</gblFileName>
         </driver> 
-        <driver name="GBLRefitterDriver" type="org.hps.recon.tracking.gbl.HpsGblRefitter"/>
+        <driver name="GBLRefitterDriver" type="org.hps.recon.tracking.gbl.HpsGblRefitter">
+            <debug>false</debug>
+        </driver>
         <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
             <outputFilePath>${outputFile}.slcio</outputFilePath>
         </driver>
@@ -149,5 +156,13 @@
             <outputFileName>${outputFile}.root</outputFileName>
         </driver>  
         <driver name="AlignmentFilterDriver" type="org.hps.recon.filtering.SvtAlignmentFilter"/>     
+        <driver name="GblResidualEcalDriver" type="org.hps.users.phansson.ECalExtrapolationDriver"/>   
+        <driver name="TrackExtrapolationTestDriver" type="org.hps.users.phansson.TrackExtrapolationTestDriver"/>   
+        <driver name="TrackingReconstructionPlots" type="org.hps.users.phansson.TrackingReconstructionPlots">
+            <showPlots>True</showPlots>
+        </driver>
+        <driver name="TimerDriver1" type="org.hps.util.TimerDriver"/>
+        <driver name="GeomChecker" type="org.hps.users.phansson.TrackingGeometryChecker"/>
+
     </drivers>
 </lcsim>

Modified: java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/users/phansson/EvioToLcio_LinkError.lcsim	Wed Oct  7 13:09:17 2015
@@ -6,7 +6,8 @@
     -->
     <execute>
         <driver name="EventMarkerDriver"/> 
-        <driver name="OLDLinkErrorDriver"/>
+        <driver name="SvtMetaData"/>
+        <!--<driver name="OLDLinkErrorDriver"/>-->
         <!--<driver name="LinkErrorDriver"/>-->
         <driver name="LCIOWriter"/>
         <driver name="AidaSaveDriverRoot" /> 
@@ -27,6 +28,8 @@
             <showPlots>False</showPlots>
         </driver>  
        
+       <driver name="SvtMetaData" type="org.hps.users.phansson.SvtHeaderMetaData"/>
+       
         <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
             <writeOnlyCollections>SvtHeaders</writeOnlyCollections>
             <outputFilePath>${outputFile}.slcio</outputFilePath>