ATLAS Offline Software
Public Types | Public Member Functions | Public Attributes | List of all members
InDet::SCT_Cluster_p2 Class Reference

#include <SCT_Cluster_p2.h>

Collaboration diagram for InDet::SCT_Cluster_p2:

Public Types

typedef short rdo_diff_type
 

Public Member Functions

 SCT_Cluster_p2 ()
 

Public Attributes

std::vector< rdo_diff_typem_rdoList
 
float m_localPos
 
float m_mat00
 
float m_mat01
 
float m_mat11
 
InDet::SiWidth_p2 m_width
 

Detailed Description

Definition at line 17 of file SCT_Cluster_p2.h.

Member Typedef Documentation

◆ rdo_diff_type

Definition at line 22 of file SCT_Cluster_p2.h.

Constructor & Destructor Documentation

◆ SCT_Cluster_p2()

InDet::SCT_Cluster_p2::SCT_Cluster_p2 ( )
inline

Definition at line 24 of file SCT_Cluster_p2.h.

24 : m_localPos{0.}, m_mat00{0.}, m_mat01{0.}, m_mat11{0.} {}

Member Data Documentation

◆ m_localPos

float InDet::SCT_Cluster_p2::m_localPos

Definition at line 28 of file SCT_Cluster_p2.h.

◆ m_mat00

float InDet::SCT_Cluster_p2::m_mat00

Definition at line 29 of file SCT_Cluster_p2.h.

◆ m_mat01

float InDet::SCT_Cluster_p2::m_mat01

Definition at line 30 of file SCT_Cluster_p2.h.

◆ m_mat11

float InDet::SCT_Cluster_p2::m_mat11

Definition at line 31 of file SCT_Cluster_p2.h.

◆ m_rdoList

std::vector<rdo_diff_type > InDet::SCT_Cluster_p2::m_rdoList

Definition at line 27 of file SCT_Cluster_p2.h.

◆ m_width

InDet::SiWidth_p2 InDet::SCT_Cluster_p2::m_width

Definition at line 34 of file SCT_Cluster_p2.h.


The documentation for this class was generated from the following file:
InDet::SCT_Cluster_p2::m_mat01
float m_mat01
Definition: SCT_Cluster_p2.h:30
InDet::SCT_Cluster_p2::m_mat11
float m_mat11
Definition: SCT_Cluster_p2.h:31
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