I am plotting a TH2F with Draw(“colzTEXT”); to fill in the box labelled with cross section, the cross section is Float_t type of order 10^-2 pb. I wonder how to display those float number in exponential form (scientific notation) inside the box?
Thanks for the tricks, it work! However, on the other hand is there a possible way in ROOT to display a long float up to 3 sf in the box with exponential form?