ATLAS Offline Software
Loading...
Searching...
No Matches
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"
15namespace InDet
16{
18 public:
19
20 typedef Identifier::diff_type rdo_diff_type;
21
23
24 // replace this:
25 Identifier::value_type m_clusId{};
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
InDet::SiWidth_p2 m_width
Identifier::diff_type rdo_diff_type
Identifier::value_type m_clusId
std::vector< rdo_diff_type > m_rdoList
Primary Vertex Finder.