ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkSurfaces
Surface_p2.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 SURFACE_P2_TRK_H
6
#define SURFACE_P2_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: Surface_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include <vector>
15
#include "Identifier/Identifier.h"
16
17
namespace
Trk
18
{
19
class
Surface_p2
20
{
21
public
:
22
Surface_p2
() :
m_associatedDetElementId
(0),
m_surfaceType
(0) {}
23
24
Identifier32::value_type
m_associatedDetElementId
;
25
std::vector<float>
m_transform
;
26
uint8_t
m_surfaceType
;
27
};
28
}
29
30
#endif // SURFACE_p2_TRK_H
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
Trk::Surface_p2::m_associatedDetElementId
Identifier32::value_type m_associatedDetElementId
Definition:
Surface_p2.h:24
Trk::Surface_p2
Definition:
Surface_p2.h:20
Trk::Surface_p2::m_transform
std::vector< float > m_transform
Definition:
Surface_p2.h:25
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::Surface_p2::Surface_p2
Surface_p2()
Definition:
Surface_p2.h:22
Trk::Surface_p2::m_surfaceType
uint8_t m_surfaceType
Definition:
Surface_p2.h:26
Identifier32::value_type
unsigned int value_type
Definition:
Identifier32.h:28
Generated on Thu Nov 7 2024 21:26:44 for ATLAS Offline Software by
1.8.18