ATLAS Offline Software
Loading...
Searching...
No Matches
Perigee_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PERIGEE_P1_H
6#define PERIGEE_P1_H
7
9
10namespace Trk
11{
12 class Perigee_p1 {
13 public:
15
16 TPObjRef m_parameters; // TrackParameters_p1
17 TPObjRef m_assocSurface; // PerigeeSurface (Surface_p1)
18 TPObjRef m_localPos; // localPosition
19
20 };
21}
22
23#endif
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
TPObjRef m_assocSurface
Definition Perigee_p1.h:17
TPObjRef m_localPos
Definition Perigee_p1.h:18
TPObjRef m_parameters
Definition Perigee_p1.h:16
Ensure that the ATLAS eigen extensions are properly loaded.