#include <utl/ExponentialFitData.h>
#include <utl/AugerException.h>
Go to the source code of this file.
Classes | |
class | utl::ExponentialFitter< Histogram > |
Fit exponential function. More... | |
Namespaces | |
utl | |
Functions | |
template<class Histogram , typename T > | |
ExponentialFitter< Histogram > | utl::MakeExponentialFitter (const Histogram &histogram, const T &start, const T &stop) |
template<class Histogram , typename T > | |
ExponentialFitter< Histogram > | utl::MakeExponentialFitter (const Histogram &histogram, const std::pair< T, T > &startStop) |