Pid Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Pid::ParticleFit Class Reference

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 > &parametrization)
 
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
 

Detailed Description

Class to store fit resuls for particle specie.

Author
Viktor Klochkov (kloch.nosp@m.kov4.nosp@m.4@gma.nosp@m.il.c.nosp@m.om)
Ilya Selyuzhenkov (ilya..nosp@m.sely.nosp@m.uzhen.nosp@m.kov@.nosp@m.gmail.nosp@m..com)

Constructor & Destructor Documentation

◆ ParticleFit()

Pid::ParticleFit::ParticleFit ( )

Default constructor


The documentation for this class was generated from the following file: