What does curve->GetN() mean?

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

1 Like

Thanks for your detailed reply

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.