Length of ROOT.std.vector

Hi,

a call of len() in python means calling the method len. For std::vector, len is size (that is, the reference in the dict of the class that is labeled as len actually points to size; as does the label size, of course), so there can be no difference.

Cheers,
Wim