#include "ReadSpeed.hxx"
#include <ROOT/TSeq.hxx>
#include <ROOT/TThreadExecutor.hxx>
#include <ROOT/TTreeProcessorMT.hxx>
#include <ROOT/RSlotStack.hxx>
#include <ROOT/InternalTreeUtils.hxx>
#include <TBranch.h>
#include <TStopwatch.h>
#include <TTree.h>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <memory>
#include <numeric>
#include <stdexcept>
#include <set>
#include <iostream>
Functions | |
std::vector< std::vector< std::string > > | GetPerFileBranchNames (const Data &d) |
ByteData | SumBytes (const std::vector< ByteData > &bytesData) |
std::vector< std::vector< std::string > > GetPerFileBranchNames | ( | const Data & | d | ) |
Definition at line 91 of file ReadSpeed.cxx.
Definition at line 118 of file ReadSpeed.cxx.