SetBinError does not work

Dear expert,
when I used “SetBinError” it plot a different error value that I have specify (1), but If I do a cout of GetBinError, it print the value that I have specify! This is my code (2) the root file is here (3) do you see what is wrong?
Regards

(1)

(2)
http://calpas.web.cern.ch/calpas/tof_pileup.C

(3)
http://calpas.web.cern.ch/calpas/338183_Monitor.root

// ...
    h_hitVersusPileup_S0[i]->SetMarkerStyle(1);
// ...
    h_hitVersusPileup_S3[i]->SetMarkerStyle(1);
// ...
    h_hitVersusPileup_S0[i]->Draw(""); // ("") or ("E") or ("HIST E")
// ...
    h_hitVersusPileup_S3[i]->Draw(""); // ("") or ("E") or ("HIST E")
// ...

Dear Coyote,
this fixed the issue. Thank you.
Regards

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