We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4491b8 commit 657163cCopy full SHA for 657163c
Modules/GLO/include/GLO/Helpers.h
@@ -97,7 +97,7 @@ struct K0sFitter {
97
if (bgResult.Get() == nullptr || bgResult->Status() != 0) {
98
ILOG(Warning, Devel) << "Failed k0s background fit for histogram: "
99
<< h->GetName()
100
- << " (status=" << (bgResult ? bgResult->Status() : -1) << ")"
+ << " (status=" << (bgResult.Get() ? bgResult->Status() : -1) << ")"
101
<< ENDM;
102
return false;
103
}
0 commit comments