Skip to content

Fix/clusterpfo fe plots

Hi (cc @mhodgkin @cdelitzs)

Bugfix for a rather hard to find typo I introduced in the PFO_vs_FE comparison plots which creates a duplicately named object which is fine to use (reads or fills "something"), but segfaults in the PlotBase/HistSvc destructor because of a deletion of a duplicate object.

Typo was here: https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/Reconstruction/PFlow/PFlowValidation/PFOHistUtils/src/PFO_FE_Comparison_PlotMaker.cxx#0058 which just so happens to share the same name as another histogram produced in the Flow Element Cluster Moment plots.

Thanks

Matt A.

Merge request reports