ATLAS Offline Software
Loading...
Searching...
No Matches
ConeBounds_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CONE_BOUNDS_P1_TRK_H
6#define CONE_BOUNDS_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: ConeBounds_p1.h
11//
12//-----------------------------------------------------------------------------
13
14namespace Trk
15{
17 {
18 public:
19 ConeBounds_p1() : m_alpha(0.0), m_minZ(0.0), m_maxZ(0.0),
20 m_avePhi(0.0), m_halfPhiSector(0.0) {}
21
22 float m_alpha;
23 float m_minZ;
24 float m_maxZ;
25 float m_avePhi;
27
28 };
29}
30
31#endif // CONE_BOUNDS_P1_TRK_H
Ensure that the ATLAS eigen extensions are properly loaded.