Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
GFunc Class Reference

Definition at line 151 of file TF1.cxx.

Public Member Functions

 GFunc (const TF1 *function, double y)
 
double operator() (double x) const
 

Private Attributes

const TF1fFunction
 
const double fY0
 

Constructor & Destructor Documentation

◆ GFunc()

GFunc::GFunc ( const TF1 function,
double  y 
)
inline

Definition at line 155 of file TF1.cxx.

Member Function Documentation

◆ operator()()

double GFunc::operator() ( double  x) const
inline

Definition at line 156 of file TF1.cxx.

Member Data Documentation

◆ fFunction

const TF1* GFunc::fFunction
private

Definition at line 152 of file TF1.cxx.

◆ fY0

const double GFunc::fY0
private

Definition at line 153 of file TF1.cxx.

  • hist/hist/src/TF1.cxx