PyROOT convert ctypes.c_int when passing it as argument

Hi Simone,

Does it work if you declare trackid as a ctypes.c_int (or c_long) instead of a ROOT.Long()?

AFAIK the Long and Double types are going to be deprecated in Cppyy and the use of the equivalent ctypes types should be encouraged.