Skip to content

Commit 479e82b

Browse files
Update comments.
1 parent e66e839 commit 479e82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ramrecord.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class RAMRefs {
3838

3939
class RAMIndex {
4040
private:
41-
typedef std::pair<int,int> Key_t; // refid (of rname) and pos
42-
typedef std::map<Key_t,Long64_t> Index_t;
41+
typedef std::pair<int,int> Key_t; // refid (of rname) and pos
42+
typedef std::map<Key_t,Long64_t> Index_t; // map of Key_t and TTree entry number
4343

4444
Index_t fIndex;
4545

0 commit comments

Comments
 (0)