Exclusion contour in ROOT

Dear experts,

I am an ATLAS experimentalist and I want to produce a plot like this in ROOT. Do you have any suggestions for the options to use? In particular I am looking for:

  • what object to use to the coloured area
  • what object to use for the coloured band
  • what object to use for the observed limit line

Thanks a lot!

Hi and welcome on the forum!

You can try to use TGraphErrors class.
Here you find supported draw options for it:

https://root.cern/doc/v628/classTGraphPainter.html#GrP3

1 Like

Thanks for welcoming and for the fast reply, I try to implement the examples.

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