Struct podio::root_utils::CollectionWriteInfo
-
struct CollectionWriteInfo
Public Members
-
uint32_t collectionID = {static_cast<uint32_t>(-1)}
collection id
-
std::string dataType = {}
The fully qualified data type of the collection.
-
bool isSubset = {false}
Whether this collection is a subset collection or not.
-
unsigned int schemaVersion = {0}
The schema version of the collection type.
-
std::string name = {}
The name of the collection.
-
std::string storageType = {}
The type in which the data is actually stored.
-
uint32_t collectionID = {static_cast<uint32_t>(-1)}