Skip to content

Commit

Permalink
Initialize all branches index based for v00-16 series (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Aug 30, 2023
1 parent 60dcd12 commit 74f3909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ROOTFrameReader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void ROOTFrameReader::initCategory(CategoryInfo& catInfo, const std::string& cat

// For backwards compatibility make it possible to read the index based files
// from older versions
if (m_fileVersion <= podio::version::Version{0, 16, 6}) {
if (m_fileVersion < podio::version::Version{0, 16, 99}) {
std::tie(catInfo.branches, catInfo.storedClasses) =
createCollectionBranchesIndexBased(catInfo.chain.get(), *catInfo.table, *collInfo);
} else {
Expand Down

0 comments on commit 74f3909

Please sign in to comment.