list hs = [yoda.Histo1D(5, 0, 10, "/H%d" % i) for i in range(3)];
list h = hs[0] + hs[1];
Updated on 2022-08-08 at 20:05:55 +0100