TGraph2DErrors::SetPointError

From: Margar Simonyan <margar.simonyan_at_cern.ch>
Date: Mon, 16 Mar 2009 15:08:25 +0100


Hello ROOT team

I don't understand why the following few lines result into ROOT crash

root [0] TGraph2DErrors * g = new TGraph2DErrors()
root [1] g->SetNameTitle("a", "b")
root [2] g->SetPoint(0, 1.0, 1.0, 1.0)
root [3] g->SetPointError(0, 1.0, 1.0, 1.0)

I have tested on ROOT version 5.16/00 (lxplus) and 5.20/00 (my laptop). Any explanation ?

Thanks,

           Margar Received on Mon Mar 16 2009 - 15:08:36 CET

This archive was generated by hypermail 2.2.0 : Mon Mar 16 2009 - 17:50:02 CET