Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MPCode.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  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...