ATLAS Offline Software
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"
17 
18 namespace Trk
19 {
21  {
22  public:
24 
26  std::vector< Identifier::value_type > m_rdoList;
27 
28  // Trk::LocalPosition_p1*
30  // Trk::ErrorMatrix_p1*
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
Identifier::value_type
IDENTIFIER_TYPE value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:39
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
Trk::PrepRawData_p1::m_localPos
TPObjRef m_localPos
Definition: PrepRawData_p1.h:29