From 6f5dd55125284085df433a47cbbcb53d92050ef3 Mon Sep 17 00:00:00 2001
From: "s.zharko@gsi.de" <s.zharko@gsi.de>
Date: Tue, 8 Feb 2022 12:29:44 +0100
Subject: [PATCH] L1CATrackFinder removed tmp debug log

---
 reco/L1/L1Algo/L1CATrackFinder.cxx | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/reco/L1/L1Algo/L1CATrackFinder.cxx b/reco/L1/L1Algo/L1CATrackFinder.cxx
index c7da109c3d..2c67a32628 100644
--- a/reco/L1/L1Algo/L1CATrackFinder.cxx
+++ b/reco/L1/L1Algo/L1CATrackFinder.cxx
@@ -1760,16 +1760,10 @@ void L1Algo::CATrackFinder()
   TStopwatch c_time1;
   c_time1.Start();
 
-  /*********
-   * Debug *
-   *********/
 
-  std::ofstream outTFDEBUG("/u/szharko/frameworks/cbm/pg/DEBUG_TFIterationsCheck.txt");
-  outTFDEBUG << "Tracking mode: " << static_cast<unsigned int>(fTrackingMode) << '\n';
   // ---- Loop over Track Finder iterations ----------------------------------------------------------------//
   for (isec = 0; isec < fNFindIterations; ++isec)  // all finder
   {
-    outTFDEBUG << "==== New TF iteration: isec ====\n";
     if (fTrackingMode == kMcbm) {
       if (isec > 3) { continue; }
     }
@@ -2483,7 +2477,6 @@ void L1Algo::CATrackFinder()
 #endif  // COUNTERS
     }
   }  // for (int isec
-  outTFDEBUG.close();
   // ---- Loop over Track Finder iterations: END -----------------------------------------------------------//
 
 #ifdef XXX
-- 
GitLab