ATLAS Offline Software
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 
15 namespace 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;
28  float m_localPos;
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
InDet::SCT_Cluster_p3::m_hitsInThirdTimeBin
uint16_t m_hitsInThirdTimeBin
Definition: SCT_Cluster_p3.h:32
InDet::SCT_Cluster_p3::m_mat11
float m_mat11
Definition: SCT_Cluster_p3.h:31
InDet::SCT_Cluster_p3::m_rdoList
std::vector< rdo_diff_type > m_rdoList
Definition: SCT_Cluster_p3.h:27
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::SCT_Cluster_p3::SCT_Cluster_p3
SCT_Cluster_p3()
Definition: SCT_Cluster_p3.h:24
InDet::SCT_Cluster_p3
Definition: SCT_Cluster_p3.h:18
InDet::SCT_Cluster_p3::m_width
InDet::SiWidth_p2 m_width
Definition: SCT_Cluster_p3.h:35
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
SiWidth_p2.h
InDet::SiWidth_p2
Definition: SiWidth_p2.h:22
InDet::SCT_Cluster_p3::m_localPos
float m_localPos
Definition: SCT_Cluster_p3.h:28
InDet::SCT_Cluster_p3::m_mat01
float m_mat01
Definition: SCT_Cluster_p3.h:30
InDet::SCT_Cluster_p3::m_mat00
float m_mat00
Definition: SCT_Cluster_p3.h:29
InDet::SCT_Cluster_p3::rdo_diff_type
short rdo_diff_type
Definition: SCT_Cluster_p3.h:22