10 #ifndef TSPARAMLIST_H_
11 #define TSPARAMLIST_H_
21 #include "TSParameter.h"
22 #include "TSArgList.h"
60 void AddToValues(
const TVectorD &);
64 double ComputeErrorLinear()
const;
65 double ComputeSum()
const;
73 void CopyValuesAndErrors(
const TSArgList &);
78 TH1F* GetHistoOfValues(TString name=
"")
const;
79 TH1F* GetHistoOfErrors(TString name=
"")
const;
80 TH1F* GetHistoOfUpErrors(TString name=
"")
const;
81 TH1F* GetHistoOfLowErrors(TString name=
"")
const;
82 TH1F* GetHistoOfFracErrors(TString name=
"")
const;
83 TH1F* GetHistoOfLowLimits(TString name=
"")
const;
84 TH1F* GetHistoOfUpLimits(TString name=
"")
const;
86 TH1F *GetHisto(TString name=
"")
const;
87 TH2F *GetHisto2D(TString name=
"")
const;
95 void SetValue(
double);
96 void SetFixed(
double);
97 void SetRange(
double,
double);
99 void ForceToRange(
bool);
Definition: TSArgList.h:30
Definition: TSParamList.h:29
Definition: TSParameter.h:39