ATLAS Offline Software
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkPrepRawData
PrepRawData_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 PREP_RAW_DATA_P1_TRK_H
6
#define PREP_RAW_DATA_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: PrepRawData_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include <vector>
15
#include "Identifier/Identifier.h"
16
#include "
AthenaPoolUtilities/TPObjRef.h
"
17
18
namespace
Trk
19
{
20
class
PrepRawData_p1
21
{
22
public
:
23
PrepRawData_p1
() :
m_clusId
(0),
m_indexAndHash
(0){}
24
25
Identifier::value_type
m_clusId
;
26
std::vector< Identifier::value_type >
m_rdoList
;
27
28
// Trk::LocalPosition_p1*
29
TPObjRef
m_localPos
;
30
// Trk::ErrorMatrix_p1*
31
TPObjRef
m_localErrMat
;
32
33
unsigned
int
m_indexAndHash
;
34
};
35
}
36
37
#endif // PREP_RAW_DATA_P1_TRK_H
Trk::PrepRawData_p1::m_indexAndHash
unsigned int m_indexAndHash
Definition:
PrepRawData_p1.h:33
Trk::PrepRawData_p1::m_clusId
Identifier::value_type m_clusId
Definition:
PrepRawData_p1.h:25
Trk::PrepRawData_p1
Definition:
PrepRawData_p1.h:21
TPObjRef
Definition:
TPObjRef.h:20
Trk::PrepRawData_p1::m_localErrMat
TPObjRef m_localErrMat
Definition:
PrepRawData_p1.h:31
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
TPObjRef.h
Trk::PrepRawData_p1::PrepRawData_p1
PrepRawData_p1()
Definition:
PrepRawData_p1.h:23
Trk::PrepRawData_p1::m_rdoList
std::vector< Identifier::value_type > m_rdoList
Definition:
PrepRawData_p1.h:26
Identifier::value_type
unsigned long long value_type
Definition:
DetectorDescription/Identifier/Identifier/Identifier.h:27
Trk::PrepRawData_p1::m_localPos
TPObjRef m_localPos
Definition:
PrepRawData_p1.h:29
Generated on Thu Nov 7 2024 21:24:11 for ATLAS Offline Software by
1.8.18