ATLAS Offline Software
Loading...
Searching...
No Matches
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
8namespace Trk {
9
14public:
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
EllipseBounds_p1()
Default Constructor.
Ensure that the ATLAS eigen extensions are properly loaded.