ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkEventPrimitives
LocalPosition_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: LocalPosition_p1.h
8
// author: Lukasz Janyst <ljanyst@cern.ch>
9
//
10
//-----------------------------------------------------------------------------
11
12
#ifndef LOCAL_POSITION_P1_TRK_H
13
#define LOCAL_POSITION_P1_TRK_H
14
15
#include <vector>
16
17
namespace
Trk
18
{
19
class
LocalPosition_p1
20
{
21
public
:
22
LocalPosition_p1
() :
m_x
(0.0),
m_y
(0.0){}
23
24
#ifdef UseFloatsIn_LocalPosition
25
float
m_x
,
m_y
;
26
#else
27
double
m_x
,
m_y
;
28
#endif
29
};
30
}
31
32
#endif // LOCAL_POSITION_P1_TRK_H
Trk::LocalPosition_p1
Definition:
LocalPosition_p1.h:20
Trk::LocalPosition_p1::LocalPosition_p1
LocalPosition_p1()
Definition:
LocalPosition_p1.h:22
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::LocalPosition_p1::m_y
double m_y
Definition:
LocalPosition_p1.h:27
Trk::LocalPosition_p1::m_x
double m_x
Definition:
LocalPosition_p1.h:27
Generated on Thu Nov 7 2024 21:20:13 for ATLAS Offline Software by
1.8.18