I am trying to write a code using c++ for the first time and I found this line:
vector<vector<vector<double> > > h(hist1, vector<vector<double> >(hist2, vector<double>(nb_bins, 0.0)));
I don't understand what does it means, can you help me guys? Thanks.