ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkSurfaces
EllipseBounds_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 TRKEVENTTPCNV_ELLIPSEBOUNDS_P1_H
6
#define TRKEVENTTPCNV_ELLIPSEBOUNDS_P1_H
7
8
namespace
Trk
{
9
13
class
EllipseBounds_p1
{
14
public
:
16
EllipseBounds_p1
() :
m_rMinX
(0.0),
m_rMinY
(0.0),
m_rMaxX
(0.0),
m_rMaxY
(0.0),
m_avePhi
(0.0),
m_hPhiSec
(0.0) {};
17
18
float
m_rMinX
;
19
float
m_rMinY
;
20
float
m_rMaxX
;
21
float
m_rMaxY
;
22
float
m_avePhi
;
23
float
m_hPhiSec
;
24
};
25
26
}
// end of namespace
27
28
29
#endif
30
31
Trk::EllipseBounds_p1
Persistent representation of the transient Trk::EllipseBounds_p1 class.
Definition:
EllipseBounds_p1.h:13
Trk::EllipseBounds_p1::m_rMaxX
float m_rMaxX
Definition:
EllipseBounds_p1.h:20
Trk::EllipseBounds_p1::m_hPhiSec
float m_hPhiSec
Definition:
EllipseBounds_p1.h:23
Trk::EllipseBounds_p1::m_avePhi
float m_avePhi
Definition:
EllipseBounds_p1.h:22
Trk::EllipseBounds_p1::m_rMinX
float m_rMinX
Definition:
EllipseBounds_p1.h:16
Trk::EllipseBounds_p1::EllipseBounds_p1
EllipseBounds_p1()
Default Constructor.
Definition:
EllipseBounds_p1.h:16
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::EllipseBounds_p1::m_rMinY
float m_rMinY
Definition:
EllipseBounds_p1.h:19
Trk::EllipseBounds_p1::m_rMaxY
float m_rMaxY
Definition:
EllipseBounds_p1.h:21
Generated on Sun Dec 22 2024 21:10:04 for ATLAS Offline Software by
1.8.18