12 #ifndef ROOT_PoolUtils
13 #define ROOT_PoolUtils
The message contains the result of a function execution.
TObject * ReduceObjects(const std::vector< TObject * > &objs)
Merge collection of TObjects.
Tell a TPoolProcessor to process the tree that was passed to it at construction time.
Tell the client we are done processing (i.e. we have reached the target number of entries to process)...
Tell a TPoolProcessor which tree and entries range to process. The object sent is a TreeRangeInfo...
EPoolCode
An enumeration of the message codes handled by TPool, TPoolWorker and TPoolProcessor.
Tell a TPoolProcessor which tree to process. The object sent is a TreeInfo.
We are ready for the next task.
This namespace contains pre-defined functions to be used in conjuction with TPool::Map and TPool::Map...
Execute function with the argument contained in the message.
The message contains the result of the processing of a TTree.
Execute function without arguments.
Tell the client there was an error while processing.
Ask for a kFuncResult/kProcResult.
Mother of all ROOT objects.