DAS
3.0
Das Analysis System
|
Abstract class for fit function.
#include <Step.h>
Public Member Functions | |
virtual double | operator() (const double *x, const double *p) const =0 |
Public Attributes | |
unsigned int | npars |
const double | m |
const double | M |
std::ostream & | stream |
Protected Member Functions | |
FunctionalForm (const char *classname, unsigned int Npars, double mi, double Ma, std::ostream &Stream=std::cout) | |
virtual | ~FunctionalForm ()=default |
|
inlineprotected |
|
protectedvirtualdefault |
|
pure virtual |
operator overloading for the functor to be used with ROOT TF1
Implemented in Polynomial< T, Log, Exp >.
const double m |
lower edge
const double M |
upper edge
unsigned int npars |
number of parameters
std::ostream& stream |
stream (e.g. cout
or file)