CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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) { return f(); }
8  };
9 } // namespace fit
10 
11 #endif
auto const & fit
static double evaluate(const Function &f)