Skip to content

Commit 3be9333

Browse files
committed
Improve comment
1 parent 0c3935b commit 3be9333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/podio/RNTupleReader.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ class RNTupleReader {
150150
std::unordered_map<std::string, unsigned> m_entries{};
151151
// Map category to a vector that contains at how many entries each reader starts
152152
// For example, if we have 3 readers and the first one has 10 entries, the second one 20 and the third one 30
153-
// then the vector will be {0, 10, 30, 60}
153+
// then the vector will be {0, 10, 30}
154+
// 60 is not needed because anything after 30 will be in the last reader
154155
std::unordered_map<std::string, std::vector<unsigned>> m_readerEntries{};
155156
std::unordered_map<std::string, unsigned> m_totalEntries{};
156157

0 commit comments

Comments
 (0)