File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -198,10 +198,13 @@ public:
198
198
ROOT::NTupleSize_t entryOffset = 0 );
199
199
200
200
// ///////////////////////////////////////////////////////////////////////////
201
- // / \brief Get an entry index (if it exists) for the given join field (values ), from any partition
201
+ // / \brief Get an entry index (if it exists) for the given join field value(s ), from any partition.
202
202
// /
203
203
// / \param[in] valuePtrs A vector of pointers to the join field values to look up.
204
204
// /
205
+ // / \note If one or more corresponding entries exist for the given value(s), the first entry index found in the join
206
+ // / table is returned. To get *all* the entry indexes, use GetEntryIndexes.
207
+ // /
205
208
// / \return An entry number that corresponds to `valuePtrs`. When there are no corresponding entries,
206
209
// / `kInvalidNTupleIndex` is returned.
207
210
ROOT::NTupleSize_t GetEntryIndex (const std::vector<void *> &valuePtrs) const ;
You can’t perform that action at this time.
0 commit comments