This namespace prevents conflicts between MPCode::kError and ELogLevel::kError.
 
EMPCode
An enumeration of the message codes handled by TProcessExecutor, TTreeProcessorMP,...
 
@ kSendResult
Ask for a kFuncResult/kProcResult.
 
@ kMessage
Generic message.
 
@ kProcFile
Tell a TMPWorkerTree which tree to process. The object sent is a TreeInfo.
 
@ kRecvError
Error while reading from the socket.
 
@ kIdling
We are ready for the next task.
 
@ kProcSelector
Tell a TMPWorkerTree to process the tree using the selector passed to it at construction time.
 
@ kFuncResult
The message contains the result of a function execution.
 
@ kProcRange
Tell a TMPWorkerTree which tree and entries range to process. The object sent is a TreeRangeInfo.
 
@ kExecFuncWithArg
Execute function with the argument contained in the message.
 
@ kFatalError
Fatal error: whoever sends this message is terminating execution.
 
@ kShutdownOrder
Used by the client to tell servers to shutdown.
 
@ kProcTree
Tell a TMPWorkerTree to process the tree that was passed to it at construction time.
 
@ kProcError
Tell the client there was an error while processing.
 
@ kProcEnded
Tell the client we are done processing (i.e. we have reached the target number of entries to process)
 
@ kExecFunc
Execute function without arguments.
 
@ kProcResult
The message contains the result of the processing of a TTree.
 
@ kShutdownNotice
Used by the workers to notify client of shutdown.