ATLAS Offline Software
Loading...
Searching...
No Matches
PixelCluster_p3.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_P3_TRK_H
6#define PIXELCLUSTER_P3_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: PixelCluster_p3.h
11//
12//-----------------------------------------------------------------------------
13#include "SiWidth_p2.h"
14#include <vector>
15namespace InDet
16{
18 {
19 public:
20
21 // type used for channel id differences
22 typedef int rdo_diff_type;
23
25
26 // m_clustId - stores the pixel cluster id only for 32-bit ids,
27 // otherwise the cluster id is stored in the m_rdoList
28 unsigned int m_clusId{};
29 std::vector<rdo_diff_type> m_rdoList;
30 float m_localPosX{};
31 float m_localPosY{};
32 float m_mat00{};
33 float m_mat01{};
34 float m_mat11{};
35 float m_omegax{};
36 float m_omegay{};
37 unsigned int m_properties{};
39 std::vector<float> m_chargeList;
40 //SiWidth_p2
42
43 };
44}
45
46#endif // PIXELCLUSTER_P3_TRK_H
InDet::SiWidth_p2 m_width
std::vector< rdo_diff_type > m_rdoList
std::vector< float > m_chargeList
Primary Vertex Finder.