#include "TKey.h"
#include "TTree.h"
#include "TFile.h"
#include "TChain.h"
#include "TEntryList.h"
#include "TTreeReader.h"
#include "TError.h"
#include "TFriendElement.h"
#include "ROOT/RMakeUnique.hxx"
#include "ROOT/TThreadedObject.hxx"
#include "ROOT/TThreadExecutor.hxx"
#include <functional>
#include <utility>
#include <vector>
Classes | |
struct | ROOT::Internal::FriendInfo |
class | ROOT::TTreeProcessorMT |
A class to process the entries of a TTree in parallel. More... | |
class | ROOT::Internal::TTreeView |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Internal |
Typedefs | |
using | ROOT::Internal::NameAlias = std::pair< std::string, std::string > |
Names, aliases, and file names of a TTree's or TChain's friends. | |