Skip to content
Snippets Groups Projects
Commit 50340186 authored by Norbert Herrmann's avatar Norbert Herrmann
Browse files

reduce severness level for bad digi links

parent 4429ac27
No related branches found
No related tags found
1 merge request!164Official master
...@@ -345,9 +345,10 @@ void CbmTofCalibrator::FillCalHist(CbmTofTracklet* pTrk, Int_t iOpt) { ...@@ -345,9 +345,10 @@ void CbmTofCalibrator::FillCalHist(CbmTofTracklet* pTrk, Int_t iOpt) {
} }
if (iCh0 != iCh1 || iSide0 == iSide1) { if (iCh0 != iCh1 || iSide0 == iSide1) {
LOG(fatal) << "Invalid digi pair for TSR " << iSmType << iSm << iRpc LOG(error) << "Invalid digi pair for TSR " << iSmType << iSm << iRpc
<< " Ch " << iCh0 << " " << iCh1 << ", Side " << iSide0 << " Ch " << iCh0 << " " << iCh1 << ", Side " << iSide0
<< " " << iSide1; << " " << iSide1;
continue;
} }
hlocal_d[1] = -0.5 hlocal_d[1] = -0.5
......
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