From 16dd8efb568aa815818e667cd0e900bbe5802305 Mon Sep 17 00:00:00 2001
From: Sergey Gorbunov <sgorbuno@lxi085.gsi.de>
Date: Thu, 1 Aug 2024 11:15:00 +0200
Subject: [PATCH] more detailed info output for the tof stations

---
 core/detectors/tof/CbmTofTrackingInterface.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/detectors/tof/CbmTofTrackingInterface.cxx b/core/detectors/tof/CbmTofTrackingInterface.cxx
index 089d4d1e39..aa2c70e58c 100644
--- a/core/detectors/tof/CbmTofTrackingInterface.cxx
+++ b/core/detectors/tof/CbmTofTrackingInterface.cxx
@@ -10,6 +10,7 @@
  ***************************************************************************************************/
 
 #include "CbmTofTrackingInterface.h"
+
 #include "CbmTofCreateDigiPar.h"
 #include "FairDetector.h"
 #include "FairRunAna.h"
@@ -102,7 +103,7 @@ InitStatus CbmTofTrackingInterface::Init()
         auto chUpBoarderY = chPosY + chSizeY;
 
         LOG(info) << "iSmType=" << iSmType << ", iSm=" << iSm << ", iRpc=" << iRpc << ": trSta=" << iStation
-                  << ", z=" << chPosZ;
+                  << ", x=" << chPosX << ", y=" << chPosY << ", z=" << chPosZ;
 
         // Cuts on Bmon and undefined station ID
         if (5 == iSmType) {
-- 
GitLab