Skip to content

Fix IDPVM nVtx vs mu plots

Thomas Strebler requested to merge tstreble/athena:IDPVM_fix_nVtx_mu into 24.0

The interface of the nVtx vs mu plots was wrongly interpreting the beamSpotWeight as the actualMu

https://gitlab.cern.ch/atlas/athena/-/blob/main/InnerDetector/InDetValidation/InDetPhysValMonitoring/src/InDetPerfPlot_VerticesVsMu.h

void fill(const xAOD::VertexContainer& vertices, unsigned int truthMu, float actualMu, float weight=1.0);

FYI @gfrattar @jburzyns @mvessell @ncalace

Merge request reports