Error bars

From: Monika Sharma <monika_at_rcf.rhic.bnl.gov>
Date: Sun, 28 Jan 2007 12:30:49 +0530

Hi Rooters,

I have been using the demo example given in Chapter 4 (Graphs), page 53, in User's guide. This program draws markers with different colours taking input from graph, i.e.,

Double_t *nx = gr3->GetX();
Double_t *ny = gr3->GetY();

I wanted to ask is there any way with which it can take errors too........ Something like :

Double_t *nex = gr4->GetEX();
where gr4 is TGraphErrors and EX is the error on x Is it possible?

Thanks
Monika Received on Sun Jan 28 2007 - 08:01:06 CET

This archive was generated by hypermail 2.2.0 : Sun Jan 28 2007 - 11:50:01 CET