Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and tmadlener committed Jan 8, 2025
1 parent c2da18c commit 4a7beb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/podio/RNTupleReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ class RNTupleReader {
std::unordered_map<std::string, unsigned> m_entries{};
// Map category to a vector that contains at how many entries each reader starts
// For example, if we have 3 readers and the first one has 10 entries, the second one 20 and the third one 30
// then the vector will be {0, 10, 30, 60}
// then the vector will be {0, 10, 30}
// 60 is not needed because anything after 30 will be in the last reader
std::unordered_map<std::string, std::vector<unsigned>> m_readerEntries{};
std::unordered_map<std::string, unsigned> m_totalEntries{};

Expand Down

0 comments on commit 4a7beb9

Please # to comment.