#include "sbnana/CAFAna/Unfold/UnfoldTikhonov.h"
#include "sbnana/CAFAna/Core/HistCache.h"
#include "TH2.h"
#include <Eigen/Dense>
#include <cassert>
#include <iostream>
Go to the source code of this file.
Namespaces | |
ana | |
Oscillation analysis framework, runs over CAF files outside of ART. | |
Functions | |
Spectrum | ana::UnfoldTikhonov (const Spectrum &reco, const ReweightableSpectrum &recoVsTrue, double regStrength) |
Unfolding using Tikhonov regularization (penalizing true spectra with large second derivatives) More... | |