Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Typedefs | Functions
TTreeProcessorMT.hxx File Reference
#include "TKey.h"
#include "TTree.h"
#include "TFile.h"
#include "TChain.h"
#include "TTreeReader.h"
#include "TError.h"
#include "TEntryList.h"
#include "TFriendElement.h"
#include "ROOT/RMakeUnique.hxx"
#include "ROOT/TThreadedObject.hxx"
#include <string.h>
#include <functional>
#include <vector>
Include dependency graph for TTreeProcessorMT.hxx:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Internal::EntryCluster
 A cluster of entries. More...
 
class  ROOT::TTreeProcessorMT
 A class to process the entries of a TTree in parallel. More...
 
class  ROOT::Internal::TTreeView
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Internal
 

Typedefs

using ROOT::Internal::ClustersAndEntries = std::pair< std::vector< EntryCluster >, std::vector< Long64_t > >
 

Functions

ClustersAndEntries ROOT::Internal::MakeClusters (const std::string &treeName, const std::vector< std::string > &fileNames)
 Return a vector of cluster boundaries for the given tree and files. More...