44     fCache(std::vector<
double>())
 
   53   fCache.reserve(par.size());
 
   56   for (
unsigned int i = 0; i < par.size(); i++) {
 
   57      std::ostringstream buf;
 
 
   73   for (
unsigned int i = 0; i < 
n; i++) {
 
 
  134         dx = 0.5 * (std::fabs(
du1) + std::fabs(
du2));
 
  136         dx = 0.5 * (std::fabs(
du1) + std::fabs(
du2));
 
 
  151   for (
unsigned int i = 0; i < 
vec.size(); i++) {
 
  158      for (
unsigned int j = i; 
j < 
vec.size(); 
j++) {
 
 
  246   for (
unsigned int i = 0; i < 
n; ++i)
 
 
  255   std::vector<double> 
result;
 
  257   for (std::vector<MinuitParameter>::const_iterator ipar = 
Parameters().begin(); ipar != 
Parameters().
end(); ++ipar)
 
  258      result.push_back((*ipar).Error());
 
 
  469   std::vector<MinuitParameter>::const_iterator ipar =
 
  473   return (*ipar).Number();
 
 
  479   std::vector<MinuitParameter>::const_iterator ipar =
 
  483   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
 
Sets the relative floating point (double) arithmetic precision.
 
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...
 
const_iterator end() const
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...