From 2140a5c6fad92fe90c699a877b07c4b44febba36 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Thu, 24 Oct 2024 15:25:32 +0200
Subject: [PATCH] LCIO: fix typo

---
 DDG4/lcio/LCIOConversions.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDG4/lcio/LCIOConversions.cpp b/DDG4/lcio/LCIOConversions.cpp
index a697882ec..5705fe95b 100644
--- a/DDG4/lcio/LCIOConversions.cpp
+++ b/DDG4/lcio/LCIOConversions.cpp
@@ -213,7 +213,7 @@ namespace dd4hep {
         lc_hit->setCellID0((hit->cellID >>    0         ) & 0xFFFFFFFF);
         lc_hit->setCellID1((hit->cellID >> sizeof(int)*8) & 0xFFFFFFFF); // ????
         lc_hit->setPosition(pos);
-        ///No! Done when adding particle contrbutions: lc_hit->setEnergy( hit->energyDeposit );
+        ///No! Done when adding particle contributions: lc_hit->setEnergy( hit->energyDeposit );
         lc_coll->addElement(lc_hit);
         /// Now add the individual track contributions to the LCIO hit structure
         for(Contributions::const_iterator j=hit->truth.begin(); j!=hit->truth.end(); ++j)   {
-- 
GitLab