Logo ROOT   6.10/09
Reference Guide
Classes | Namespaces
TF1.h File Reference
#include "RConfigure.h"
#include <functional>
#include "TFormula.h"
#include "TAttLine.h"
#include "TAttFill.h"
#include "TAttMarker.h"
#include "Math/ParamFunctor.h"
Include dependency graph for TF1.h:
This graph shows which files directly or indirectly include this file:

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  TF1::TF1FunctionPointer
 
struct  TF1::TF1FunctionPointerImpl< T >
 
class  TF1Parameters
 TF1 Parameters class. More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Fit
 Namespace for the fitting classes.
 
 ROOT::Internal