Skip to content

Adding histograms with custom text bins

Francesco Giuseppe Gravili requested to merge (removed):master into master

Hi!

As the title suggest, I added a few functions to create histograms with custom text binning, useful for general summary of yields across regions; the corresponding root function implemented is this one

The syntax is quite straightforward; to create the histogram addHistogram("HistoName", {"RegionA", "RegionB", "RegionC"})

then fill it, e.g. with fill("HistoName", "RegionA")

Please, let me know if you have comments or questions.

Best, Francesco

Merge request reports