Definition at line 58 of file TTreeProcessor.hxx.
|
void | Init () |
| Initialize the file and the tree for this view, first looking for a tree in the file if necessary. More...
|
|
#include <ROOT/TTreeProcessor.hxx>
◆ TTreeView() [1/2]
Regular constructor.
- Parameters
-
[in] | filename | Name of the file containing the tree to process. |
[in] | treename | Name of the tree to process. If not provided, the implementation will automatically search for a tree in the file. |
Definition at line 100 of file TTreeProcessor.hxx.
◆ TTreeView() [2/2]
ROOT::Internal::TTreeView::TTreeView |
( |
const TTreeView & |
view | ) |
|
|
inline |
◆ GetClusterIterator()
Get the cluster iterator for the tree of this view, starting from entry zero.
Definition at line 116 of file TTreeProcessor.hxx.
◆ GetEntries()
Long64_t ROOT::Internal::TTreeView::GetEntries |
( |
| ) |
const |
|
inline |
◆ GetTreeReader()
std::unique_ptr<TTreeReader> ROOT::Internal::TTreeView::GetTreeReader |
( |
| ) |
const |
|
inline |
◆ Init()
void ROOT::Internal::TTreeView::Init |
( |
void |
| ) |
|
|
inlineprivate |
Initialize the file and the tree for this view, first looking for a tree in the file if necessary.
Definition at line 68 of file TTreeProcessor.hxx.
◆ fFile
std::unique_ptr<TFile> ROOT::Internal::TTreeView::fFile |
|
private |
◆ fFileName
◆ fTree
std::unique_ptr<TTree> ROOT::Internal::TTreeView::fTree |
|
private |
◆ fTreeName
The documentation for this class was generated from the following file: