Print

Print


Author: [log in to unmask]
Date: Wed Jan  7 18:31:37 2015
New Revision: 1905

Log:
Updates to clustering in Eng Run steering.

Modified:
    java/trunk/steering-files/src/main/resources/org/hps/steering/recon/EngineeringRun2014ECalRecon.lcsim

Modified: java/trunk/steering-files/src/main/resources/org/hps/steering/recon/EngineeringRun2014ECalRecon.lcsim
 =============================================================================
--- java/trunk/steering-files/src/main/resources/org/hps/steering/recon/EngineeringRun2014ECalRecon.lcsim	(original)
+++ java/trunk/steering-files/src/main/resources/org/hps/steering/recon/EngineeringRun2014ECalRecon.lcsim	Wed Jan  7 18:31:37 2015
@@ -46,7 +46,9 @@
             <outputClusterCollectionName>EcalClusters</outputClusterCollectionName>
             <hitEnergyThreshold>0.01</hitEnergyThreshold>
             <seedEnergyThreshold>0.100</seedEnergyThreshold> 
-            <clusterEnergyThreshold>0.200</clusterEnergyThreshold> 
+            <clusterEnergyThreshold>0.200</clusterEnergyThreshold>
+            <calculateProperties>false</calculateProperties>
+            <applyCorrections>true</applyCorrections>
             <!--  
             <minTime></minTime> 
             <timeWindow></timeWindow>
@@ -60,6 +62,8 @@
             <outputClusterCollectionName>EcalClustersGTP</outputClusterCollectionName>
             <!-- seedMinEnergy -->
             <cuts>0.100</cuts>
+            <calculateProperties>true</calculateProperties>
+            <applyCorrections>false</applyCorrections>
         </driver>        
         <driver name="LCIOWriter" type="org.lcsim.util.loop.LCIODriver">
             <!-- Uncomment if you only want specific collections in the output. -->