ATLAS Offline Software
BoundSurface_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 BOUND_SURFACE_P1_TRK_H
6 #define BOUND_SURFACE_P1_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: BoundSurface_p1.h
11 //
12 //-----------------------------------------------------------------------------
13 
14 #include "Surface_p1.h"
15 
16 namespace Trk
17 {
18  class BoundSurface_p1 : public Surface_p1
19  {
20  public:
22 
24  };
25 }
26 
27 #endif
Trk::BoundSurface_p1::m_bounds
TPObjRef m_bounds
Definition: BoundSurface_p1.h:23
Trk::Surface_p1
Definition: Surface_p1.h:20
Surface_p1.h
TPObjRef
Definition: TPObjRef.h:20
Trk::BoundSurface_p1
Definition: BoundSurface_p1.h:19
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::BoundSurface_p1::BoundSurface_p1
BoundSurface_p1()
Definition: BoundSurface_p1.h:21