1 #include <atm/ProfileResult.h>
2 #include <utl/TabulatedFunctionErrors.h>
63 for (
const auto& x :
fProfile.XRange())
79 for (
const auto& y :
fProfile.YRange())
unsigned int GetNPoints() const
ArrayIterator XEnd()
end of array of X
bool IsInValidRange(const double x) const
double Y(const double x) const
Get the Y value (coordinate) for given X (ordinate)
std::vector< double > GetYValues() const
ArrayIterator YBegin()
begin of array of Y
Binning
Specify whether data are tabulated on log or linear scale.
double MinX() const
Return the minimum value for X (ordinate) stored in the profile.
ArrayIterator XBegin()
begin of array of X
std::vector< double > GetXValues() const
utl::TabulatedFunctionErrors fProfile
bool IsInValidRange(const double x) const
returns true, if the X (ordinate) is in the range covered by the results
ArrayIterator YEnd()
end of array of Y
double Y(const double x) const
Get or interpolate the Y value that corresponds to parameter x.
double MaxX() const
Return the maximum value for X (ordinate) stored in the profile.