#include <TTree.h>
Classes | |
struct | TreeReadBuffer |
struct | TypedTreeReadBuffer< T > |
Helper for reading branches with various types from a TTree, and convert all to double. More... | |
Functions | |
template<typename T > | |
std::unique_ptr< TreeReadBuffer > | createTreeReadBuffer (const TString &branchName, TTree &tree) |
Create a TreeReadBuffer to hold the specified type, and attach to the branch passed as argument. | |
std::unique_ptr< TreeReadBuffer > createTreeReadBuffer | ( | const TString & | branchName, |
TTree & | tree | ||
) |
Create a TreeReadBuffer to hold the specified type, and attach to the branch passed as argument.
T | Type of branch to be read. |
[in] | branchName | Attach to this branch. |
[in] | tree | Tree to attach to. |
Definition at line 37 of file TreeReadBuffer.h.