You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -554,13 +554,13 @@ int CruRawReader::processHalfCRU(int cruhbfstartoffset)
554
554
//move over the DigitHCHeader mHBFoffset32 has already been moved in the reading.
555
555
if (mHBFoffset32 - hfboffsetbeforehcparse != 1 + mDigitHCHeader.numberHCW) {
556
556
if (mMaxErrsPrinted > 0) {
557
-
LOG(error) << "Seems data offset is out of sync with number of HC Headers words " << mHBFoffset32 << "-" << hfboffsetbeforehcparse << "!=" << 1 << "+" << mDigitHCHeader.numberHCW;
557
+
LOG(alarm) << "Seems data offset is out of sync with number of HC Headers words " << mHBFoffset32 << "-" << hfboffsetbeforehcparse << "!=" << 1 << "+" << mDigitHCHeader.numberHCW;
558
558
checkNoErr();
559
559
}
560
560
}
561
561
if (hcparse == -1) {
562
562
if (mMaxWarnPrinted > 0) {
563
-
LOG(warn) << "Parsing Digit HCHeader returned a -1";
563
+
LOG(alarm) << "Parsing Digit HCHeader returned a -1";
Copy file name to clipboardExpand all lines: Detectors/TRD/reconstruction/src/TrackletsParser.cxx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ int TrackletsParser::Parse()
270
270
qa = mTrackletMCMHeader->pid2;
271
271
break;
272
272
default:
273
-
LOG(warn) << "mcmtrackletcount is not in [0:2] count=" << mcmtrackletcount << " headertrackletcount=" << headertrackletcount << " something very wrong parsing the TrackletMCMData fields with data of : 0x" << std::hex << mTrackletMCMData->word;
273
+
LOG(alarm) << "mcmtrackletcount is not in [0:2] count=" << mcmtrackletcount << " headertrackletcount=" << headertrackletcount << " something very wrong parsing the TrackletMCMData fields with data of : 0x" << std::hex << mTrackletMCMData->word;
0 commit comments