|
Pid Framework
|
Class to store fit resuls for particle specie. More...
#include <ParticleFit.h>
Public Member Functions | |
| ParticleFit () | |
| ParticleFit (int type) | |
| std::vector< double > | GetFunctionParams (float p) const |
| double | Eval (double p, double m2) |
| void | SetParametrization (const std::vector< TF1 > ¶metrization) |
| void | SetParametrizationFunction (uint ivar, const TF1 &func) |
| void | SetFitFunction (const TF1 &function) |
| void | SetRange (float min, float max) |
| void | SetIsFitted (bool is=true) |
| void | SetIsFixed (const std::vector< bool > &is) |
| const TF1 & | GetFunction () const |
| uint | GetNpar () const |
| TF1 & | GetParametrizationFunction (int ipar) |
| bool | GetIsFixed (uint ipar) const |
| double | GetSigma (float p) const |
| double | GetMean (float p) const |
| double | GetIntegral (float p) const |
| void | GetRange (float &min, float &max) const |
Class to store fit resuls for particle specie.
| Pid::ParticleFit::ParticleFit | ( | ) |
Default constructor