Skip to content

Commit 27ea2a4

Browse files
authored
add log info and fill tree when row size is 0 (#2563)
1 parent 91c8b24 commit 27ea2a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/TOF/src/TrendingCalibDiagnostics.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ void TrendingCalibDiagnostics::trendValues(const Trigger& t, repository::Databas
115115
ILOG(Info, Support) << "Retrieved calibration file '" << dataSource.path << "'." << ENDM;
116116
row = calib_object->getFrequencyROW();
117117
if (row <= 0) {
118-
return;
118+
ILOG(Info, Support) << "Readout window size " << row << "." << ENDM;
119+
continue;
119120
}
120121

121122
const auto& vec = calib_object->getVector();

0 commit comments

Comments
 (0)