#include "RConfigure.h"
#include <functional>
#include <cassert>
#include <memory>
#include <string>
#include <vector>
#include "TFormula.h"
#include "TMethodCall.h"
#include "TAttLine.h"
#include "TAttFill.h"
#include "TAttMarker.h"
#include "TF1AbsComposition.h"
#include "TMath.h"
#include "TMatrixDSymfwd.h"
#include "Math/Types.h"
#include "Math/ParamFunctor.h"
Classes | |
class | TF1 |
1-Dim function class More... | |
struct | ROOT::Internal::TF1Builder< Func > |
Internal class used by TF1 for defining template specialization for different TF1 constructors More... | |
struct | ROOT::Internal::TF1Builder< const char * > |
TF1 building from a string used to build a TFormula based on a lambda function. More... | |
struct | ROOT::Internal::TF1Builder< Func * > |
struct | TF1::TF1FunctorPointer |
struct | TF1::TF1FunctorPointerImpl< T > |
class | TF1Parameters |
TF1 Parameters class. More... | |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Fit |
Namespace for the fitting classes. | |
namespace | ROOT::Internal |
Functions | |
void | ROOT::Internal::EvalParMultiDim (TF1 *func, Double_t *out, const Double_t *x, std::size_t size, std::size_t rows, Double_t *params) |