CMS 3D CMS Logo

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]