ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Namespaces | |
PoolCode | |
PoolUtils | |
This namespace contains pre-defined functions to be used in conjuction with TPool::Map and TPool::MapReduce. | |
Enumerations | |
enum | PoolCode::EPoolCode : unsigned { PoolCode::kExecFunc = 0, PoolCode::kExecFuncWithArg, PoolCode::kFuncResult, PoolCode::kIdling, PoolCode::kSendResult, PoolCode::kProcFile, PoolCode::kProcRange, PoolCode::kProcTree, PoolCode::kProcResult, PoolCode::kProcEnded, PoolCode::kProcError } |
An enumeration of the message codes handled by TPool, TPoolWorker and TPoolProcessor. More... | |
Functions | |
TObject * | PoolUtils::ReduceObjects (const std::vector< TObject * > &objs) |
Merge collection of TObjects. More... | |