From ad688f2a3531f3db6eea5b389d5d796c0b2d3358 Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Fri, 10 Jun 2022 11:40:38 +0200 Subject: [PATCH] Remove cluster-HitContributions as in edm4hep (#33) See https://github.com/key4hep/EDM4hep/pull/140 --- src/ClueGaudiAlgorithmWrapper.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ClueGaudiAlgorithmWrapper.cpp b/src/ClueGaudiAlgorithmWrapper.cpp index 7fefc0b..255961e 100644 --- a/src/ClueGaudiAlgorithmWrapper.cpp +++ b/src/ClueGaudiAlgorithmWrapper.cpp @@ -116,14 +116,11 @@ void ClueGaudiAlgorithmWrapper::fillFinalClusters(const std::mapsize() != 0){ if( index < EB_calo_coll->size() ) { cluster.addToHits(EB_calo_coll->at(index)); - cluster.addToHitContributions(1.0); } else { cluster.addToHits(EE_calo_coll->at(index - EB_calo_coll->size())); - cluster.addToHitContributions(1.0); } } else { cluster.addToHits(EE_calo_coll->at(index)); - cluster.addToHitContributions(1.0); } if (clue_hit_coll.vect.at(index).getEnergy() > maxEnergyValue) {