while a set of statements like these:
{
TH1F test;
test.Fill(“testbin”);
}
works nicely and a new bin with a label “testbin” is created, a similar set of statements for TH2F histograms does not work:
{
TH2F test2d;
test2d.Fill(“testbinx”,“testbiny”,1);
}
does not work and a crash occurs. I acknowledge that the complexity of the two cases is different so I am just wondering if I have to consider it as a feature (it will never work) or as a bug which will be fixed. Presently I am using 5.18.00