ATLAS Offline Software
|
Class representing basic silicon layer with pixels and their clusters to be used for creating the clusters. More...
#include <AFPSiClusterLayerBasicObj.h>
Public Member Functions | |
AFPSiClusterLayerBasicObj (const int stationID=-1, const int layerID=-1) | |
int | stationID () const |
ID of station where the layer is mounted. More... | |
void | setStationID (const int stationID) |
int | layerID () const |
ID of the layer. More... | |
void | setLayerID (const int layerID) |
std::list< const xAOD::AFPSiHit * > & | hits () |
list of pixel hits in this layer More... | |
std::list< AFPSiClusterBasicObj > & | clusters () |
list of clusters More... | |
void | clearHitsAndClusters () |
Clear lists of hits (m_hits) and clusters (m_clusters) More... | |
Protected Attributes | |
int | m_stationID |
ID of station where the layer is mounted. More... | |
int | m_layerID |
ID of the layer. More... | |
std::list< const xAOD::AFPSiHit * > | m_hits |
list of pixel hits in this layer More... | |
std::list< AFPSiClusterBasicObj > | m_clusters |
list of clusters More... | |
Class representing basic silicon layer with pixels and their clusters to be used for creating the clusters.
Simple class contains station and layer ID as well as list of hits and clusters. This a helper class for clustering algorithm.
Definition at line 29 of file AFPSiClusterLayerBasicObj.h.
|
inline |
Definition at line 32 of file AFPSiClusterLayerBasicObj.h.
|
inline |
Clear lists of hits (m_hits) and clusters (m_clusters)
Definition at line 52 of file AFPSiClusterLayerBasicObj.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 43 of file AFPSiClusterLayerBasicObj.h.
|
inline |
Definition at line 38 of file AFPSiClusterLayerBasicObj.h.
|
inline |
ID of station where the layer is mounted.
Definition at line 36 of file AFPSiClusterLayerBasicObj.h.
|
protected |
list of clusters
Definition at line 58 of file AFPSiClusterLayerBasicObj.h.
|
protected |
list of pixel hits in this layer
Definition at line 57 of file AFPSiClusterLayerBasicObj.h.
|
protected |
ID of the layer.
Definition at line 56 of file AFPSiClusterLayerBasicObj.h.
|
protected |
ID of station where the layer is mounted.
Definition at line 55 of file AFPSiClusterLayerBasicObj.h.