ROOT 6.10/09 Reference Guide |
A macro to demonstrate the functionality of TGraph::Apply() method.
TGraph::Apply applies a function f
to all the data TGraph points. f
may be a 1-D function TF1 or 2-d function TF2. The Y values of the graph are replaced by the new values computed using the function.
Definition in file graphApply.C.