root
root copied to clipboard
[ntuple] Add support for `(unsigned) long long` fields
This PR adds support for (unsigned) long long
fields, and in addition points (U)Long64_t
-type fields here, instead of to std::(u)int64_t
.
Still left TODO is properly check the width of this type, as well as long
across different platforms