ROOT 6.07/09 Reference Guide |
A helper class that encapsulates a file and a tree.
A helper class that encapsulates a TFile and a TTree, along with their names. It is used together with TTProcessor and ROOT::TThreadedObject, so that in the TTProcessor::Process method each thread can work on its own <TFile,TTree> pair.
A copy constructor is defined for TTreeView to work with ROOT::TThreadedObject. The latter makes a copy of a model object every time a new thread accesses the threaded object.
#include <ROOT/TTreeProcessor.hxx>