fix: `PodioOutput` metadata branch `CollectionTypeInfo` is not completely filled
Close #104 (closed)
PodioOutput::createBranches
is called twice, but the CollectionTypeInfo
branch is created within (twice). This MR:
- changes local
collectionInfo
to private memberm_collectionInfo
, so its state is preserved betweencreateBranches
calls - creates the
CollectionTypeInfo
branch after thecreateBranches
calls
Credit also to @chchatte