void simple() {
using namespace ROOT;
hist.Fill({0.01, 1.02});
const std::array_view<double>& par)
{ return par[0]*x[0]*x[0] + (par[1]-x[1])*x[1]; });
file->
Write(
"TheHist", hist);
}
- Date
- 2015-03-22
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
- Author
- Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Definition in file simple.cxx.