Skip to content

Getting macro to work

Matthias.Richter requested to merge dev into master
  • for some reason, ROOT does not execute lambdas from the interpreter and doesn't do anything not even giving an error -> compiling the macro
  • ROOT does not handle the int array properly -> switching to std::vector
  • properly filling a 1D histogram with dimension npixels and filling the number of hits as weight for every bin

Merge request reports