diff --git a/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerAlgs/CscSegmentMakers/src/CscSegmentUtilTool.cxx b/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerAlgs/CscSegmentMakers/src/CscSegmentUtilTool.cxx index 60bd745ee85853c3cd0b2b76b2d128e026afb871..848bdcb0eb3e35e42d1d8bb101c68cbd6ec549b1 100644 --- a/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerAlgs/CscSegmentMakers/src/CscSegmentUtilTool.cxx +++ b/MuonSpectrometer/MuonReconstruction/MuonSegmentMakers/MuonSegmentMakerAlgs/CscSegmentMakers/src/CscSegmentUtilTool.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration */ #include "CscSegmentUtilTool.h" @@ -2183,7 +2183,7 @@ double CscSegmentUtilTool::matchLikelihood(const MuonSegment& rsg, const MuonSeg ICscSegmentFinder::RioList etarios; for (unsigned int irot = 0; irot < rsg.numberOfContainedROTs(); irot++) etarios.push_back(rsg.rioOnTrack(irot)); ICscSegmentFinder::RioList phirios; - for (unsigned int irot = 0; irot < psg.numberOfContainedROTs(); irot++) etarios.push_back(psg.rioOnTrack(irot)); + for (unsigned int irot = 0; irot < psg.numberOfContainedROTs(); irot++) phirios.push_back(psg.rioOnTrack(irot)); // CHECK THIS int maxeta = etarios.size(); int maxphi = phirios.size();