This snippet:
for ind in range(0, N):
key = ROOT.TString("key_") + ROOT.Form("%u", ind)
gives an error:
TypeError: char* ::Form(const char* fmt) =>
takes at most 1 arguments (2 given)
How to fix?
Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided