Logo ROOT   6.12/07
Reference Guide
Namespaces | Enumerations
MPCode.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 MPCode
 This namespace prevents conflicts between MPCode::kError and ELogLevel::kError.
 

Enumerations

enum  MPCode::EMPCode : unsigned {
  MPCode::kExecFunc = 0, MPCode::kExecFuncWithArg, MPCode::kFuncResult, MPCode::kIdling = 100,
  MPCode::kSendResult, MPCode::kProcFile = 200, MPCode::kProcRange, MPCode::kProcTree,
  MPCode::kProcSelector, MPCode::kProcResult, MPCode::kProcEnded, MPCode::kProcError,
  MPCode::kMessage = 1000, MPCode::kError, MPCode::kFatalError, MPCode::kShutdownOrder,
  MPCode::kShutdownNotice, MPCode::kRecvError
}
 An enumeration of the message codes handled by TProcessExecutor, TTreeProcessorMP, TMPWorker, TMPWorkerTree and by the low level classes TMPClient and TMPWorker. More...