|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSORTER_H
5 #define MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSORTER_H
16 using HitVec = std::vector<const SpacePoint*>;
: The muon space point bucket represents a collection of points that will bre processed together in t...
The SpacePointPerLayerSorter groups the space points by their layer Identifier.
std::vector< size_t > vec
unsigned int nStripHits() const
Returns the number of all strip hits in the seed.
SpacePointPerLayerSorter(const SpacePointBucket &bucket)
Constructor taking a complete bucket
std::vector< const SpacePoint * > HitVec
unsigned int m_nStripHits
unsigned int nMdtHits() const
Returns the number of all Mdt hits in the seed.
const HitLayVec & stripHits() const
Returns the sorted strip hits.
This header ties the generic definitions in this package.
const HitLayVec & mdtHits() const
Returns the sorted Mdt hits.
std::vector< HitVec > HitLayVec