ATLAS Offline Software
Loading...
Searching...
No Matches
MultiComponentStateOnSurface.icc
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5inline const Trk::MultiComponentState&
6Trk::MultiComponentStateOnSurface::components() const
7{
8 return m_multiComponentState;
9}
10
11inline Trk::MultiComponentState&
12Trk::MultiComponentStateOnSurface::components()
13{
14 return m_multiComponentState;
15}
16
17inline Trk::TrackStateOnSurface::Variety
18Trk::MultiComponentStateOnSurface::variety() const
19{
20 return Trk::TrackStateOnSurface::MultiComponent;
21}
22