Print

Print


Commit in java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal on MAIN
EcalClusterIC.java+1663 -> 664
sets cluster energy including shared hits

java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal
EcalClusterIC.java 663 -> 664
--- java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/EcalClusterIC.java	2014-06-04 02:04:40 UTC (rev 663)
+++ java/trunk/ecal-recon/src/main/java/org/hps/recon/ecal/EcalClusterIC.java	2014-06-04 14:30:55 UTC (rev 664)
@@ -478,6 +478,7 @@
                 	
                     HPSEcalClusterIC cluster = new HPSEcalClusterIC(entry2.getKey());
                     cluster.addHit(entry2.getKey());
+                    cluster.setEnergy(energy);
 
                     for (Map.Entry<CalorimeterHit, CalorimeterHit> entry3 : hitSeedMap.entrySet()) {
                         if (entry3.getValue() == entry2.getValue()) {
SVNspam 0.1