RooCurve* curve; ...... curve->GetN();
Hi @Tyao , You can check out the documentation for RooCurve and see that it derives from TGraph which defines a GetN function, corresponding to the number of points in the graph (or in this case in the plotted curve). Cheers, Vincenzo
GetN
Thanks for your detailed reply