We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9942d56 commit 497b1beCopy full SHA for 497b1be
include/podio/detail/LinkCollectionImpl.h
@@ -188,7 +188,7 @@ class LinkCollection : public podio::CollectionBase {
188
}
189
190
const std::string_view getDataTypeName() const override {
191
- return "float";
+ return "podio::LinkData";
192
193
194
bool isSubsetCollection() const override {
src/selection.xml
@@ -43,5 +43,8 @@
43
<class name="podio::UserDataCollection<uint32_t>"/>
44
<class name="podio::UserDataCollection<uint64_t>"/>
45
46
+ <class name="podio::LinkData"/>
47
+ <class name="std::vector<podio::LinkData>"/>
48
+
49
</selection>
50
</lcgdict>
0 commit comments