ROOTTools
 
Loading...
Searching...
No Matches
TF1Tools.hpp File Reference

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.
 

Detailed Description

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).

Author
Sergei Antsupov (antsu.nosp@m.pov0.nosp@m.124@g.nosp@m.mail.nosp@m..com)