test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RootMinuitResultPrinter.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_Utilities_RootMinuitResultPrinter_h
2 #define PhysicsTools_Utilities_RootMinuitResultPrinter_h
3 #include <iostream>
4 
5 namespace fit {
6 
7  template<typename Function>
9  static void print(double amin, unsigned int numberOfFreeParameters, const Function & f) {
10  std::cout << "minimum function = " << amin << ", free parameters = " << numberOfFreeParameters
11  << std::endl;
12  }
13  };
14 
15 }
16 
17 #endif
static void print(double amin, unsigned int numberOfFreeParameters, const Function &f)
double f[11][100]
tuple cout
Definition: gather_cfg.py:121