A class to fit a TTrackBase object.
More...
#include <TMFitter.h>
|
| TMFitter (const std::string &name) |
| Constructor.
|
|
virtual | ~TMFitter () |
| Destructor.
|
|
const std::string & | name (void) const |
| returns name.
|
|
void | dump (const std::string &message=std::string(""), const std::string &prefix=std::string("")) const |
|
virtual int | fit (TTrackBase &) const =0 |
|
A class to fit a TTrackBase object.
Definition at line 34 of file TMFitter.h.
◆ TMFitter()
TMFitter::TMFitter |
( |
const std::string & |
name | ) |
|
Constructor.
Definition at line 17 of file TMFitter.cxx.
18}
const std::string & name(void) const
returns name.
◆ ~TMFitter()
◆ dump()
void TMFitter::dump |
( |
const std::string & |
message = std::string("") , |
|
|
const std::string & |
prefix = std::string("") |
|
) |
| const |
◆ fit()
◆ fitDone()
◆ name()
const std::string & TMFitter::name |
( |
void |
| ) |
const |
|
inline |
returns name.
Definition at line 73 of file TMFitter.h.
73 {
74 return _name;
75}
The documentation for this class was generated from the following files: