ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_Cluster_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 SCT_CLUSTER_P3_TRK_H
6#define SCT_CLUSTER_P3_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: SCT_Cluster_p3.h
11//
12//-----------------------------------------------------------------------------
13#include "SiWidth_p2.h"
14
15namespace InDet
16{
18 {
19 public:
20
21 // type used for channel id differences
22 typedef short rdo_diff_type;
23
25
26 // replace this:
27 std::vector<rdo_diff_type > m_rdoList;
29 float m_mat00;
30 float m_mat01;
31 float m_mat11;
33
34 //SiWidth_p2
36
37 };
38}
39
40#endif // SCT_CLUSTER_P3_TRK_H
std::vector< rdo_diff_type > m_rdoList
InDet::SiWidth_p2 m_width
Primary Vertex Finder.