47 fCache.reserve(par.size());
50 for (
unsigned int i = 0; i < par.size(); i++) {
51 std::ostringstream buf;
67 for (
unsigned int i = 0; i <
n; i++) {
128 dx = 0.5 * (std::fabs(
du1) + std::fabs(
du2));
130 dx = 0.5 * (std::fabs(
du1) + std::fabs(
du2));
145 for (
unsigned int i = 0; i <
vec.size(); i++) {
152 for (
unsigned int j = i;
j <
vec.size();
j++) {
176 for (
unsigned int i = 0; i <
vec.size(); i++) {
181 for (
unsigned int j = i;
j <
vec.size();
j++) {
268 for (
unsigned int i = 0; i <
n; ++i)
277 std::vector<double>
result;
280 result.push_back(ipar.Error());
495 return (*ipar).Number();
504 return (*ipar).Number();
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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.
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...