Definition at line 55 of file TTreeProcessorMT.hxx.
|
void | MakeChain (const std::vector< std::string > &treeName, const std::vector< std::string > &fileNames, const ROOT::TreeUtils::RFriendInfo &friendInfo, const std::vector< Long64_t > &nEntries) |
| Construct fChain, also adding friends if needed and injecting knowledge of offsets if available.
|
|
#include <ROOT/TTreeProcessorMT.hxx>
◆ TTreeView() [1/2]
ROOT::Internal::TTreeView::TTreeView |
( |
| ) |
|
|
default |
◆ TTreeView() [2/2]
ROOT::Internal::TTreeView::TTreeView |
( |
const TTreeView & |
| ) |
|
|
inline |
◆ GetTreeReader()
◆ MakeChain()
void TTreeView::MakeChain |
( |
const std::vector< std::string > & |
treeNames, |
|
|
const std::vector< std::string > & |
fileNames, |
|
|
const ROOT::TreeUtils::RFriendInfo & |
friendInfo, |
|
|
const std::vector< Long64_t > & |
nEntries |
|
) |
| |
|
private |
Construct fChain, also adding friends if needed and injecting knowledge of offsets if available.
- Parameters
-
[in] | treeNames | Name of the tree for each file in fileNames . |
[in] | fileNames | Files to be opened. |
[in] | friendInfo | Information about TTree friends, if any. |
[in] | nEntries | Number of entries to be processed. |
[in] | friendEntries | Number of entries in each friend. Expected to have same ordering as friendInfo. |
Definition at line 260 of file TTreeProcessorMT.cxx.
◆ Reset()
void TTreeView::Reset |
( |
| ) |
|
◆ fChain
std::unique_ptr<TChain> ROOT::Internal::TTreeView::fChain |
|
private |
◆ fEntryList
std::unique_ptr<TEntryList> ROOT::Internal::TTreeView::fEntryList |
|
private |
◆ fFriends
std::vector<std::unique_ptr<TChain> > ROOT::Internal::TTreeView::fFriends |
|
private |
◆ fNoCleanupNotifier
The documentation for this class was generated from the following files: