ATLAS Offline Software
Loading...
Searching...
No Matches
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
18namespace Trk
19{
21 {
22 public:
24
25 Identifier::value_type m_clusId;
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
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
std::vector< Identifier::value_type > m_rdoList
unsigned int m_indexAndHash
Identifier::value_type m_clusId
Ensure that the ATLAS eigen extensions are properly loaded.