Skip to content
Snippets Groups Projects
Commit 16dd8efb authored by Sergey Gorbunov's avatar Sergey Gorbunov Committed by Sergey Gorbunov
Browse files

more detailed info output for the tof stations

parent 38f91eea
No related branches found
No related tags found
1 merge request!1774logging
Pipeline #30669 passed
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
***************************************************************************************************/ ***************************************************************************************************/
#include "CbmTofTrackingInterface.h" #include "CbmTofTrackingInterface.h"
#include "CbmTofCreateDigiPar.h" #include "CbmTofCreateDigiPar.h"
#include "FairDetector.h" #include "FairDetector.h"
#include "FairRunAna.h" #include "FairRunAna.h"
...@@ -102,7 +103,7 @@ InitStatus CbmTofTrackingInterface::Init() ...@@ -102,7 +103,7 @@ InitStatus CbmTofTrackingInterface::Init()
auto chUpBoarderY = chPosY + chSizeY; auto chUpBoarderY = chPosY + chSizeY;
LOG(info) << "iSmType=" << iSmType << ", iSm=" << iSm << ", iRpc=" << iRpc << ": trSta=" << iStation 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 // Cuts on Bmon and undefined station ID
if (5 == iSmType) { if (5 == iSmType) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment