#include <LSQFit.h>
Inheritance diagram for LSQFit:

Public Methods | |
| LSQFit () | |
| LSQFit (const LSQFit& fit) | |
| virtual | ~LSQFit () |
| void | clear () |
| float | position (float s) |
| float | slope () |
| float | chiSquare () const |
| float | scatter () const |
| float | maxResidual (int* index) |
| unsigned int | numDataPoints () const |
| int | compareFits (const LSQFit& fit) |
| Point | getHit (unsigned int i) |
| unsigned int | getHitIndex (unsigned int i) |
| float | doFit () |
| int | addData (float x, float z, float wx) |
| int | addData (unsigned int idx, float x, float z, float wx) |
| int | removeData (unsigned int index) |
| float | truncateFit () |
| virtual void | printOn (std::ostream& os = std::cout) const |
Protected Attributes | |
| float | x0 |
| float | slopeX |
| float | chisq |
| float | rmsResid |
| std::vector< FitData > | dataList |
|
|
Definition at line 28 of file LSQFit.cxx. |
|
|
Definition at line 32 of file LSQFit.cxx. |
|
|
Definition at line 45 of file LSQFit.cxx. |
|
|
Definition at line 177 of file LSQFit.cxx. |
|
|
Definition at line 168 of file LSQFit.cxx. Referenced by ClusterFit::ClusterFit(). |
|
|
|
|
|
Definition at line 52 of file LSQFit.cxx. Referenced by ~LSQFit(). |
|
|
Definition at line 83 of file LSQFit.cxx. |
|
|
Definition at line 113 of file LSQFit.cxx. Referenced by ClusterFit::ClusterFit(), and truncateFit(). |
|
|
Definition at line 101 of file LSQFit.cxx. |
|
|
Definition at line 107 of file LSQFit.cxx. |
|
|
Definition at line 58 of file LSQFit.cxx. Referenced by truncateFit(). |
|
|
Definition at line 77 of file LSQFit.cxx. |
|
|
|
|
|
Definition at line 211 of file LSQFit.cxx. |
|
|
Definition at line 185 of file LSQFit.cxx. Referenced by truncateFit(). |
|
|
|
|
|
|
|
|
Definition at line 198 of file LSQFit.cxx. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000