Skip to content

Commit

Permalink
pick up right collType for UserDataCollections
Browse files Browse the repository at this point in the history
  • Loading branch information
hegner authored and tmadlener committed Oct 24, 2023
1 parent 73f57e4 commit 337b21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4FWCore/components/PodioLegacyOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void PodioLegacyOutput::createBranches(const std::vector<std::pair<std::string,
const auto collID = m_podioLegacyDataSvc->getCollectionIDs()->collectionID(collName).value();
// No check necessary, only registered collections possible
auto coll = collNamePair.second;
const auto collType = std::string(coll->getValueTypeName()) + "Collection";
const auto collType = coll->getTypeName();
collectionInfo->emplace_back(collID, std::move(collType), coll->isSubsetCollection());
//}

Expand Down

0 comments on commit 337b21a

Please sign in to comment.