Open
Description
Currently we use a std::tuple
to store some metatdata related to collections:
podio/include/podio/utilities/RootHelpers.h
Lines 18 to 21 in 5afdefd
This makes it hard to read via julia and also from a maintainability point of view it would be nicer, if this was something like
struct CollectionWriteInfo {
uint32_t collectionID;
std::string dataType;
bool isSubset;
unsigned int schemaVersion;
};
@peremato I suppose something along these lines should work?
Metadata
Metadata
Assignees
Labels
No labels