diff --git a/core/detectors/tof/CbmTofTrackingInterface.cxx b/core/detectors/tof/CbmTofTrackingInterface.cxx index 089d4d1e39c85265b7e6837d7b9637209b90ca10..aa2c70e58cad1329c26265ea059771a63c84f2f2 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) {