Skip to content
Snippets Groups Projects
Commit 70697638 authored by Andy Salnikov's avatar Andy Salnikov
Browse files

Fix filling of monitoring histograms with kVec/kVecUO options.

Histograms with those options were not filled at all, there was a logic
bug in `VecHistogramFiller1D::fill` method. The fix is limited to that
class only and I have added a unit test for those two options. I also
noticed that HistogramDef contents is not initialized and I switched to
using MockHistogramDef in couple of other unit tests where I think it
may be important to have properly initialized definition. And I think
HistogramDef needs a default constructor which makes instances in a
known state (or per-member initializers).
parent 6f6a97cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment