Skip to content
Snippets Groups Projects
Commit 74d8b629 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

CalibrationDataInterface: Fix gcc11 warning.

Null pointer dereference.
parent 63704526
No related branches found
No related tags found
No related merge requests found
......@@ -880,6 +880,7 @@ CalibrationDataHistogramContainer::getInterpolatedUncertainty(TH1* hist) const
// Copied from TH3::Interpolate()
yAxis = hist->GetYaxis();
zAxis = hist->GetZaxis();
Int_t ubx = xAxis->FindBin(m_vars[0]);
......
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