Skip to content
Snippets Groups Projects
Commit d771158d authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[TreeProcMT][NFC] Move doxygen docs right above their function

parent a909afba
No related branches found
No related tags found
No related merge requests found
......@@ -159,10 +159,11 @@ TTreeView::GetTreeReader(Long64_t start, Long64_t end, const std::vector<std::st
return std::make_pair(std::move(reader), std::move(localList));
}
////////////////////////////////////////////////////////////////////////
/// Return a vector of cluster boundaries for the given tree and files.
// EntryClusters and number of entries per file
using ClustersAndEntries = std::pair<std::vector<std::vector<EntryCluster>>, std::vector<Long64_t>>;
////////////////////////////////////////////////////////////////////////
/// Return a vector of cluster boundaries for the given tree and files.
static ClustersAndEntries
MakeClusters(const std::vector<std::string> &treeNames, const std::vector<std::string> &fileNames)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment