2#ifndef __KVSPIDERLINE_H
3#define __KVSPIDERLINE_H
42 bool AddPoint(
double x_,
double y_,
bool test_ =
false,
int n_ = -1);
47 void Sort(
bool ascending_ =
true);
64 double GetX(
int n_)
const;
69 double GetY(
int n_)
const;
98 virtual bool TestPoint(
double x_,
double y_,
double dy_ = -1.,
bool fit =
true);
#define ClassDef(name, id)
Part of Spider Identification.
void SetPower(double pow_)
void Sort(bool ascending_=true)
bool ReplaceLastPoint(double x_, double y_)
double GetInterpolateX() const
virtual bool TestPoint(double x_, double y_, double dy_=-1., bool fit=true)
int GetInterpolateN() const
double GetDistance(double x_, double y_)
void SetAcceptedPoints(Int_t n)
bool AddInterpolatePoint(double x_, double y_, bool test_=false, int n_=-1)
TGraph * GetInterpolateLine()
bool AddPoint(double x_, double y_, bool test_=false, int n_=-1)
virtual TF1 * GetFunction(double min_=-1., double max_=-1.)
void SetStatus(bool filled_=true)
double GetInterpolateY() const