QUnfoldPlotter

WORK IN PROGRESS

class QUnfold.QUnfoldPlotter.QUnfoldPlotter(response, measured, truth, unfolded, error, binning, chi2)[source]

Class used to plot QUnfold data and results.

plot(method='')[source]

Plot the measured distribution histogram.

Parameters:

method (str) – unfolding method.

plotResponse()[source]

Plot the response matrix with matplotlib style.

savePlot(path, method='')[source]

Save the plot of the measured distribution histogram into path.

Parameters:
  • path (str) – file path to save the plot.

  • method (str) – unfolding method.

saveResponse(path)[source]

Save the plotted response matrix with matplotlib style to a file.

Parameters:

path (str) – file path to save the plot.