Collect information describing the axis of a fit variable. More...
#include <FitAxis.h>
Public Member Functions | |
FitAxis (const IFitVar *var, int nbins, double min, double max, bool islog=false) | |
Public Attributes | |
const IFitVar * | var |
int | nbins |
double | min |
double | max |
bool | islog |
Collect information describing the axis of a fit variable.
This will provide the support to create e.g. log-scale fitting variables
ana::FitAxis::FitAxis | ( | const IFitVar * | var, |
int | nbins, | ||
double | min, | ||
double | max, | ||
bool | islog = false |
||
) |
Definition at line 6 of file FitAxis.cxx.