From b5b94da440f797a730f072504ca8e9096a255f71 Mon Sep 17 00:00:00 2001
From: Pierre-Alain Loizeau <p.-a.loizeau@gsi.de>
Date: Wed, 1 Jul 2020 11:37:46 +0200
Subject: [PATCH] Add in CbmMcbm2018MonitorSts.cxx a comment about TS_MSB cycle
 detection from TS header

---
 fles/mcbm2018/monitor/CbmMcbm2018MonitorSts.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fles/mcbm2018/monitor/CbmMcbm2018MonitorSts.cxx b/fles/mcbm2018/monitor/CbmMcbm2018MonitorSts.cxx
index 0d21f4164d..76340670a6 100644
--- a/fles/mcbm2018/monitor/CbmMcbm2018MonitorSts.cxx
+++ b/fles/mcbm2018/monitor/CbmMcbm2018MonitorSts.cxx
@@ -1933,6 +1933,7 @@ Bool_t CbmMcbm2018MonitorSts::ProcessStsMs( const fles::Timeslice& ts, size_t uM
    }
    else if( uTsMsbCycleHeader != fvuCurrentTsMsbCycle[ fuCurrDpbIdx ] )
    {
+      /// Catch Cycles happening by chance exactly at the TS border
       if( 4194303 == fvulCurrentTsMsb[fuCurrDpbIdx] )
       {
          LOG(info) << " TS " << std::setw( 12 ) << fulCurrentTsIdx
-- 
GitLab