49 fCache.reserve(par.size());
52 for (
unsigned int i = 0; i < par.size(); i++) {
53 std::ostringstream buf;
56 Add(parName, par[i], err[i]);
66 unsigned int n = pstates.
size();
68 std::vector<double> pcache(
fCache);
69 for (
unsigned int i = 0; i <
n; i++) {
120 double du1 =
Int2ext(i, val + dx) - ui;
121 double du2 =
Int2ext(i, val - dx) - ui;
130 dx = 0.5 * (std::fabs(du1) + std::fabs(du2));
132 dx = 0.5 * (std::fabs(du1) + std::fabs(du2));
147 for (
unsigned int i = 0; i <
vec.size(); i++) {
154 for (
unsigned int j = i; j <
vec.size(); j++) {
161 result(i, j) = dxdi * cov(i, j) * dxdj;
178 for (
unsigned int i = 0; i <
vec.size(); i++) {
183 for (
unsigned int j = i; j <
vec.size(); j++) {
188 result(i, j) = dxdi * cov(i, j) * dxdj;
270 for (
unsigned int i = 0; i <
n; ++i)
279 std::vector<double>
result;
282 result.push_back(ipar.Error());
497 return (*ipar).Number();
506 return (*ipar).Number();
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
Class describing a symmetric matrix of size n.
unsigned int Nrow() const
unsigned int size() const
class for the individual Minuit Parameter with Name and number; contains the input numbers for the mi...
const std::string & GetName() const
MnParStr(const std::string &name)
bool operator()(const MinuitParameter &par) const
const std::string & fName
Class containing the covariance matrix data represented as a vector of size n*(n+1)/2 Used to hide in...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...