ATLAS Offline Software
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 
5 inline const Trk::MultiComponentState&
6 Trk::MultiComponentStateOnSurface::components() const
7 {
8  return m_multiComponentState;
9 }
10 
11 inline Trk::MultiComponentState&
12 Trk::MultiComponentStateOnSurface::components()
13 {
14  return m_multiComponentState;
15 }
16 
17 inline Trk::TrackStateOnSurface::Variety
18 Trk::MultiComponentStateOnSurface::variety() const
19 {
20  return Trk::TrackStateOnSurface::MultiComponent;
21 }
22