Skip to content
Snippets Groups Projects

Fix FTTrackMonitor profile histogram filling

Merged Zehua Xu requested to merge FTTrackMonitor_fixing into 2024-patches
@@ -372,7 +372,7 @@ void FTTrackMonitor::fillNodeInfo( LHCb::Track const& track, FitResultType const
auto& histos_layers = m_histograms_layer.at( LHCb::Detector::FTChannelID::LayerID( chan.globalLayerIdx() ) );
++histos_layers.UnbiasedresidualPerXY[{state( node ).position().x(), state( node ).position().y(),
node.unbiasedResidual()}];
++histos_layers.UnbiasedresidualPerXY_Profile[{state( node ).position().x(), state( node ).position().y()}] +=
histos_layers.UnbiasedresidualPerXY_Profile[{state( node ).position().x(), state( node ).position().y()}] +=
node.unbiasedResidual();
// plots per station
Loading