We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d933ee4 commit 7057c18Copy full SHA for 7057c18
2 files changed
DataFormats/Detectors/TOF/src/Diagnostic.cxx
@@ -104,7 +104,7 @@ void Diagnostic::merge(const Diagnostic* prev)
104
{
105
LOG(debug) << "Merging diagnostic words";
106
for (auto const& el : prev->mVector) {
107
- fill(el.first, el.second + getFrequency(el.first));
+ fill(el.first, el.second);
108
}
109
110
Detectors/TOF/base/src/WindowFiller.cxx
@@ -448,6 +448,7 @@ void WindowFiller::checkIfReuseFutureDigitsRO() // the same but using readout in
448
void WindowFiller::fillDiagnosticFrequency()
449
450
bool isTOFempty = true;
451
+ mDiagnosticFrequency.clear();
452
// fill diagnostic frequency
453
for (int j = 0; j < mReadoutWindowData.size(); j++) {
454
mDiagnosticFrequency.fillROW();
0 commit comments