ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkEventPrimitives
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
15
namespace
Trk
16
{
17
class
LocalDirection_p1
18
{
19
public
:
20
LocalDirection_p1
() :
m_angleXZ
(0.0),
m_angleYZ
(0.0) {}
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
Trk::LocalDirection_p1::m_angleXZ
double m_angleXZ
Definition:
LocalDirection_p1.h:26
Trk::LocalDirection_p1::m_angleYZ
double m_angleYZ
Definition:
LocalDirection_p1.h:27
Trk::LocalDirection_p1::LocalDirection_p1
LocalDirection_p1()
Definition:
LocalDirection_p1.h:20
Trk::LocalDirection_p1
Definition:
LocalDirection_p1.h:18
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Generated on Fri Jan 10 2025 21:13:37 for ATLAS Offline Software by
1.8.18