Skip to content
Snippets Groups Projects

Minor fix

Merged Rui Zhang requested to merge ws_maker into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1655,7 +1655,7 @@ class XMLWSBuilder(XMLWSBase):
h = self.get_histogram(filename, histname)
if rebin > 0:
h.Rebin(rebin)
obs = w.var(obs_name)
obs = ws.var(obs_name)
if not obs:
raise RuntimeError("observable not initialized")
h_data = ROOT.RooDataHist("hdata", "hdata", obs, h)
Loading