Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
FitExecutionPolicy.h
Go to the documentation of this file.
1 #ifndef ROOT_Fit_FitExecutionPolicy
2 #define ROOT_Fit_FitExecutionPolicy
3 namespace ROOT{
4  namespace Fit{
5  enum class ExecutionPolicy { kSerial, kMultithread, kMultiprocess };
6  }
7 }
8 
9 #endif