Contains useful set of functions that simplify work with ROOT's TF1 objects. More...
#include <string>
#include "TF1.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOTTools |
Functions | |
unsigned int | ROOTTools::GetNumberOfParameters (const std::string &formula, const std::string &parName="p") |
Return the biggest parameter index + 1 in formula of labmda function that was used in TF1 constructor. | |
Contains useful set of functions that simplify work with ROOT's TF1 objects.
In order to use these functions libTF1Tools.so must be loaded
This file is a part of a project ROOTTools (https://github.com/Sergeyir/ROOTTools).