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;
Full definition of AFPSiClusterBasicObj.
std::list< const xAOD::AFPSiHit * > m_hits
list of pixel hits in this layer
int stationID() const
ID of station where the layer is mounted.
int layerID() const
ID of the layer.
int m_stationID
ID of station where the layer is mounted.
int m_layerID
ID of the layer.
std::list< const xAOD::AFPSiHit * > & hits()
list of pixel hits in this layer
void setLayerID(const int layerID)
std::list< AFPSiClusterBasicObj > m_clusters
list of clusters
std::list< AFPSiClusterBasicObj > & clusters()
list of clusters
void clearHitsAndClusters()
Clear lists of hits (m_hits) and clusters (m_clusters)
AFPSiClusterLayerBasicObj(const int stationID=-1, const int layerID=-1)
void setStationID(const int stationID)