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