Hello
I am just curious: does anybody know a good reason why TNtuple::Fill
function should have two but not one parameter which does not have
a default value? As to me I often create NTuples with only one variable
and I have to fill them like this:
invMass->Fill(invMass12, 0.0); // the second variable is dummy
instead of the natural way:
invMass->Fill(invMass12);
Thanks a lot
Sergei.