CMS 3D CMS Logo

RootMinuitFuncEvaluator.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_Utilities_RootMinuitFuncEvaluator_h
2 #define PhysicsTools_Utilities_RootMinuitFuncEvaluator_h
3 
4 namespace fit {
5  template<typename Function>
7  static double evaluate(const Function& f) {
8  return f();
9  }
10  };
11 }
12 
13 #endif
double f[11][100]
static double evaluate(const Function &f)