Fix missing histograms in MuonTrackMonitoring
Fixing typos and implementation mistakes to recover missing histograms in the MuonTrackMonitoring DQ.
The filling of the MSLumiBlockNumberOfMuonTracks
and MSLumiBlockNumberOfSegments
was moved to MuonTrackMonitorAlgorithm::analyseCombinedTracks()
to capture all muon tracks without double counting.
SegmentXPosBarrel
and the other similar variables are now filled in MuonTrackMonitorAlgorithm::analyseLowLevelMuonFeatures()
where barrel and endcap regions are distinguished by looking at the eta value of the segment direction.