2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5inline const Trk::MultiComponentState&
6Trk::MultiComponentStateOnSurface::components() const
8 return m_multiComponentState;
11inline Trk::MultiComponentState&
12Trk::MultiComponentStateOnSurface::components()
14 return m_multiComponentState;
17inline Trk::TrackStateOnSurface::Variety
18Trk::MultiComponentStateOnSurface::variety() const
20 return Trk::TrackStateOnSurface::MultiComponent;