diff --git a/JugFast/src/components/TruthEnergyPositionClusterMerger.cpp b/JugFast/src/components/TruthEnergyPositionClusterMerger.cpp
index d7751893a193ad68a4719bf86a71a2464fb415c4..fc27ad6453e1661bf6951583a5137ec1bdd5fc0d 100644
--- a/JugFast/src/components/TruthEnergyPositionClusterMerger.cpp
+++ b/JugFast/src/components/TruthEnergyPositionClusterMerger.cpp
@@ -109,7 +109,6 @@ public:
         for (const auto& cl : {pclus, eclus}) {
           for (const auto& hit : cl.getHits()) {
             new_clus.addToHits(hit);
-            new_clus.addToHitContributions(hit.getEnergy());
           }
           new_clus.addToSubdetectorEnergies(cl.getEnergy());
         }