From 437d931fd0b5d531d3a7d61e13041a540920acb3 Mon Sep 17 00:00:00 2001 From: "s.zharko@gsi.de" <s.zharko@gsi.de> Date: Tue, 15 Feb 2022 11:28:37 +0100 Subject: [PATCH] L1Algo CA track finder iterations: updates --- reco/L1/L1Algo/L1Algo.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/reco/L1/L1Algo/L1Algo.cxx b/reco/L1/L1Algo/L1Algo.cxx index 4e558d9ffd..5b2a9dbfb0 100644 --- a/reco/L1/L1Algo/L1Algo.cxx +++ b/reco/L1/L1Algo/L1Algo.cxx @@ -245,8 +245,6 @@ void L1Algo::Init(const L1Vector<fscal>& geo, const bool UseHitErrors, const Tra // Fill L1Station array fInitManager.TransferL1StationArray(fStationsNew); - // Fill L1CAIteration array - fInitManager.Tra LOG(debug) << "**********************************************************************"; LOG(debug) << "* New L1Algo initialization cross check (tmp log, to be removed!) *"; -- GitLab