From c6dce670b6e2dddd09505b3f222c356e29b33b0f Mon Sep 17 00:00:00 2001
From: sgorbuno <se.gorbunov@gsi.de>
Date: Tue, 15 Jun 2021 22:53:09 +0000
Subject: [PATCH] bug fix in assigning the strip id's to STS hits

---
 reco/L1/CbmL1ReadEvent.cxx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/reco/L1/CbmL1ReadEvent.cxx b/reco/L1/CbmL1ReadEvent.cxx
index d8ff079c19..2f728adcbb 100644
--- a/reco/L1/CbmL1ReadEvent.cxx
+++ b/reco/L1/CbmL1ReadEvent.cxx
@@ -521,15 +521,10 @@ void CbmL1::ReadEvent(L1AlgoInputData* fData_, float& TsStart, float& TsLength,
         else
           th.id = j + nMvdHits;
 
-
         if ((th.time > (TsStart + TsLength)) && ((nEntSts - hitIndex) > 300))
           break;                                   /// stop if reco TS ends or few hits left
         if (hitIndex == (nEntSts - 1)) newTS = 0;  ///stop while if all hits are processed
 
-
-        th.iStripF += nMvdHits;
-        th.iStripB += nMvdHits;
-
         TVector3 pos, err;
         mh->Position(pos);
         mh->PositionError(err);
-- 
GitLab