Do spaces matter in TBranch leaflist

Does it matter if I insert a space between variable name and type in leaflist:

tree -> Branch("floatv", & var, "floatv /F");

instead of

tree -> Branch("floatv", & var, "floatv/F");

Motivation: I can make code neater in case of multiple branches


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hello Viesturs,

As far as I know, that would make the leaf name include a space at the end (doesn’t trim).

Cheers,
J.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.