ATLAS Offline Software
Loading...
Searching...
No Matches
LocalDirection_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//-----------------------------------------------------------------------------
6//
7// file: LocalDirection_p1.h
8// author: Lukasz Janyst <ljanyst@cern.ch>
9//
10//-----------------------------------------------------------------------------
11
12#ifndef LOCAL_DIRECTION_P1_TRK_H
13#define LOCAL_DIRECTION_P1_TRK_H
14
15namespace Trk
16{
18 {
19 public:
21
22 #ifdef UseFloatsIn_LocalDirection
23 float m_angleXZ;
24 float m_angleYZ;
25 #else
26 double m_angleXZ;
27 double m_angleYZ;
28 #endif
29 };
30}
31
32#endif // LOCAL_DIRECTION_P1_TRK_H
Ensure that the ATLAS eigen extensions are properly loaded.