ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkSurfaces
Surface_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef SURFACE_P2_TRK_H
6
#define SURFACE_P2_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: Surface_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
14
15
#include "Identifier/Identifier.h"
16
#include <vector>
17
#include <cstdint>
18
19
namespace
Trk
20
{
21
class
Surface_p2
22
{
23
public
:
24
Surface_p2
() :
m_associatedDetElementId
(0),
m_surfaceType
(0) {}
25
26
Identifier32::value_type
m_associatedDetElementId
;
27
std::vector<float>
m_transform
;
28
uint8_t
m_surfaceType
;
29
};
30
}
31
32
#endif
// SURFACE_p2_TRK_H
Identifier32::value_type
unsigned int value_type
Definition
Identifier32.h:31
Trk::Surface_p2::m_surfaceType
uint8_t m_surfaceType
Definition
Surface_p2.h:28
Trk::Surface_p2::m_transform
std::vector< float > m_transform
Definition
Surface_p2.h:27
Trk::Surface_p2::Surface_p2
Surface_p2()
Definition
Surface_p2.h:24
Trk::Surface_p2::m_associatedDetElementId
Identifier32::value_type m_associatedDetElementId
Definition
Surface_p2.h:26
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.14.0