ATLAS Offline Software
PixelCluster_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 PIXELCLUSTER_P2_TRK_H
6 #define PIXELCLUSTER_P2_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: PixelCluster_p2.h
11 //
12 //-----------------------------------------------------------------------------
13 #include "SiWidth_p2.h"
14 #include "Identifier/Identifier.h"
15 namespace InDet
16 {
18  public:
19 
21 
23 
24  // replace this:
26  std::vector<rdo_diff_type> m_rdoList{};
27  float m_localPosX{};
28  float m_localPosY{};
29  float m_mat00{};
30  float m_mat01{};
31  float m_mat11{};
32  float m_omX{};
33  float m_omY{};
34 
35  //SiWidth_p2
37 
38  };
39 }
40 
41 #endif // PIXELCLUSTER_P2_TRK_H
Identifier::value_type
IDENTIFIER_TYPE value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:39
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::PixelCluster_p2::m_rdoList
std::vector< rdo_diff_type > m_rdoList
Definition: PixelCluster_p2.h:26
InDet::PixelCluster_p2::m_localPosY
float m_localPosY
Definition: PixelCluster_p2.h:28
InDet::PixelCluster_p2::m_clusId
Identifier::value_type m_clusId
Definition: PixelCluster_p2.h:25
InDet::PixelCluster_p2::m_localPosX
float m_localPosX
Definition: PixelCluster_p2.h:27
SiWidth_p2.h
InDet::SiWidth_p2
Definition: SiWidth_p2.h:22
InDet::PixelCluster_p2::rdo_diff_type
Identifier::diff_type rdo_diff_type
Definition: PixelCluster_p2.h:20
InDet::PixelCluster_p2::m_omY
float m_omY
Definition: PixelCluster_p2.h:33
InDet::PixelCluster_p2::m_mat01
float m_mat01
Definition: PixelCluster_p2.h:30
InDet::PixelCluster_p2::m_width
InDet::SiWidth_p2 m_width
Definition: PixelCluster_p2.h:36
InDet::PixelCluster_p2::m_mat00
float m_mat00
Definition: PixelCluster_p2.h:29
InDet::PixelCluster_p2::m_mat11
float m_mat11
Definition: PixelCluster_p2.h:31
InDet::PixelCluster_p2
Definition: PixelCluster_p2.h:17
InDet::PixelCluster_p2::PixelCluster_p2
PixelCluster_p2()
Definition: PixelCluster_p2.h:22
Identifier::diff_type
IDENTIFIER_DIFF_TYPE diff_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:40
InDet::PixelCluster_p2::m_omX
float m_omX
Definition: PixelCluster_p2.h:32