|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_SICLUSTERTOOLS_AFPSICLUSTERLAYERBASICOBJ_H
6 #define AFP_SICLUSTERTOOLS_AFPSICLUSTERLAYERBASICOBJ_H 1
46 std::list<const xAOD::AFPSiHit*>&
hits() {
return m_hits;}
57 std::list<const xAOD::AFPSiHit*>
m_hits;
62 #endif // AFP_SICLUSTERTOOLS_AFPSICLUSTERLAYERBASICOBJ_H
Class representing basic silicon layer with pixels and their clusters to be used for creating the clu...
int layerID() const
ID of the layer.
AFPSiClusterLayerBasicObj(const int stationID=-1, const int layerID=-1)
std::list< const xAOD::AFPSiHit * > m_hits
list of pixel hits in this layer
int m_stationID
ID of station where the layer is mounted.
Full definition of AFPSiClusterBasicObj.
int stationID() const
ID of station where the layer is mounted.
void setLayerID(const int layerID)
void clearHitsAndClusters()
Clear lists of hits (m_hits) and clusters (m_clusters)
std::list< AFPSiClusterBasicObj > & clusters()
list of clusters
std::list< AFPSiClusterBasicObj > m_clusters
list of clusters
int m_layerID
ID of the layer.
void setStationID(const int stationID)
std::list< const xAOD::AFPSiHit * > & hits()
list of pixel hits in this layer