49 fCache.reserve(par.size());
52 for (
unsigned int i = 0; i < par.size(); i++) {
53 std::ostringstream buf;
69 for (
unsigned int i = 0; i <
n; i++) {
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++) {
178 for (
unsigned int i = 0; i <
vec.size(); i++) {
183 for (
unsigned int j = i;
j <
vec.size();
j++) {
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();
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...