Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ReadSpeed.cxx File Reference
#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>
Include dependency graph for ReadSpeed.cxx:

Functions

std::vector< std::vector< std::string > > GetPerFileBranchNames (const Data &d)
 
ByteData SumBytes (const std::vector< ByteData > &bytesData)
 

Function Documentation

◆ GetPerFileBranchNames()

std::vector< std::vector< std::string > > GetPerFileBranchNames ( const Data &  d)

Definition at line 91 of file ReadSpeed.cxx.

◆ SumBytes()

ByteData SumBytes ( const std::vector< ByteData > &  bytesData)

Definition at line 118 of file ReadSpeed.cxx.