ATLAS Offline Software
Loading...
Searching...
No Matches
RectangleBounds_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 RECTANGLE_BOUNDS_P1_TRK_H
6#define RECTANGLE_BOUNDS_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: RectangleBounds_p1.h
11//
12//-----------------------------------------------------------------------------
13
14namespace Trk
15{
17 {
18 public:
20
21 #ifdef UseFloatsIn_RectangleBounds
22 float m_halfX;
23 float m_halfY;
24 #else
25 double m_halfX;
26 double m_halfY;
27 #endif
28 };
29}
30
31#endif // RECTANGLE_BOUNDS_P1_TRK_H
Ensure that the ATLAS eigen extensions are properly loaded.