ATLAS Offline Software
SCT_Cluster_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 SCT_CLUSTER_P2_TRK_H
6 #define SCT_CLUSTER_P2_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: SCT_Cluster_p2.h
11 //
12 //-----------------------------------------------------------------------------
13 #include "SiWidth_p2.h"
14 
15 namespace InDet
16 {
18  {
19  public:
20 
21  // type used for channel id differences
22  typedef short rdo_diff_type;
23 
24  SCT_Cluster_p2(): m_localPos{0.}, m_mat00{0.}, m_mat01{0.}, m_mat11{0.} {}
25 
26  // replace this:
27  std::vector<rdo_diff_type > m_rdoList;
28  float m_localPos;
29  float m_mat00;
30  float m_mat01;
31  float m_mat11;
32 
33  //SiWidth_p2
35 
36  };
37 }
38 
39 #endif // SCT_CLUSTER_P2_TRK_H
InDet::SCT_Cluster_p2::m_width
InDet::SiWidth_p2 m_width
Definition: SCT_Cluster_p2.h:34
InDet::SCT_Cluster_p2
Definition: SCT_Cluster_p2.h:18
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::SCT_Cluster_p2::m_mat01
float m_mat01
Definition: SCT_Cluster_p2.h:30
InDet::SCT_Cluster_p2::SCT_Cluster_p2
SCT_Cluster_p2()
Definition: SCT_Cluster_p2.h:24
InDet::SCT_Cluster_p2::m_mat11
float m_mat11
Definition: SCT_Cluster_p2.h:31
SiWidth_p2.h
InDet::SiWidth_p2
Definition: SiWidth_p2.h:22
InDet::SCT_Cluster_p2::m_mat00
float m_mat00
Definition: SCT_Cluster_p2.h:29
InDet::SCT_Cluster_p2::m_localPos
float m_localPos
Definition: SCT_Cluster_p2.h:28
InDet::SCT_Cluster_p2::rdo_diff_type
short rdo_diff_type
Definition: SCT_Cluster_p2.h:22
InDet::SCT_Cluster_p2::m_rdoList
std::vector< rdo_diff_type > m_rdoList
Definition: SCT_Cluster_p2.h:27