Skip to content

Validation framework now does not make FE specific plots when called for PFO.

cc @mhodgkin

When drawing the validation plots for PFOs, some FE specific plots were drawn by mistake (initialised, but thankfully not filled, as this would be segfault bait), which got picked up on the monitoring display.

I've now implemented a quick fix to remove them (since it was an incorrect initialisation).

I will implement a better solution in a later MR (constructor overloading looks best option).

Thanks

Matt A.

Merge request reports