Skip to content
Snippets Groups Projects
Commit c0455b2f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: hitContributions removed from EDM4hep 0.5

parent 73b890d0
Branches
Tags
1 merge request!435fix: hitContributions removed from EDM4hep 0.5
......@@ -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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment