All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UnfoldIterative.h
Go to the documentation of this file.
2 
3 namespace ana
4 {
5  // \brief Iterative unfolding, also known as "Bayesian" or "d'Agostini"
6  //
7  // Smaller values of \a nIterations are more regularized (more biased to the
8  // MC distribution), large values suffer more from fluctuations.
9  Spectrum UnfoldIterative(const Spectrum& reco,
10  const ReweightableSpectrum& recoVsTrue,
11  unsigned int nIterations);
12 }
process_name opflashCryoW ana
process_name standard_reco_uboone reco
Spectrum UnfoldIterative(const Spectrum &reco, const ReweightableSpectrum &recoVsTrue, unsigned int nIterations)