From dddbc2aacdb701ae7e93c6ef41bb24970a667c9d Mon Sep 17 00:00:00 2001 From: christos <christos@cern.ch> Date: Sat, 11 May 2019 15:35:58 +0100 Subject: [PATCH] Trk::Track clarify changes due to const correctness in documentation. Get rid of a couple of const_cast in TrkTrackSummaryTool --- Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h b/Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h index db364f40d5f..2791931cd15 100755 --- a/Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h +++ b/Tracking/TrkEvent/TrkTrack/TrkTrack/Track.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #ifndef TRKTRACK_H @@ -41,7 +41,7 @@ namespace Trk * - Trk::FitQuality - the fit quality of a track * - A DataVector of Trk::TrackStateOnSurface * - * A TrackStateOnSurface is sub-container, which holds + * A TrackStateOnSurface is a sub-container, which holds * various properties defining a Track, on a particular surface. * It can contain: * - Trk::FitQualityOnSurface -- GitLab