How to show more than 1 information box on the top right?

So I am new to root. I have 2 histograms laying on top of one another, and i would like to show the mean of the 2 histograms separately in 2 information boxes on the top right…I wonder how can i do that?
I just need a general idea of what class i should be looking for. I tried looking at TLegend but it is not what i want.
Thanks in advance.

Search for the “SAMES” drawing option in the THistPainter class desciption.
See also:
[url]How to move statistics box when using Draw(“sames”
[url]Print in Graph Legend fit parameters
[url]Cannot print Stats correctly
${ROOTSYS}/tutorials/hist/transpad.C

Instead of using the “SAMES” option, you can also easily add the “mean” information to the “legend” -> see the ${ROOTSYS}/tutorials/fit/TestBinomial.C tutorial.