4#ifndef MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSPLITTER_H
5#define MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSPLITTER_H
18 using HitVec = std::vector<const SpacePoint*>;
std::vector< size_t > vec
: The muon space point bucket represents a collection of points that will bre processed together in t...
std::vector< HitVec > HitLayVec
unsigned int nMdtHits() const
Returns the number of all Mdt hits in the seed.
const HitLayVec & mdtHits() const
Returns the sorted Mdt hits.
unsigned int m_nMdtHits
Number of all Mdt tube hits.
HitLayVec m_mdtLayers
Sorted Mdt hits per tube layer.
const HitLayVec & stripHits() const
Returns the sorted strip hits.
unsigned int nStripHits() const
Returns the number of all strip hits in the seed.
HitLayVec m_stripLayers
Sorted Strip hits per gasGap strip.
std::vector< const SpacePoint * > HitVec
SpacePointPerLayerSplitter(const SpacePointBucket &bucket)
Constructor taking a complete bucket.
unsigned int firstLayerFrom2ndMl() const
Returns the layer index with hits from the second multilayer.
unsigned int m_nStripHits
Number of all strip hits.
unsigned int m_tubeLaySwitch
Index of the first tube-layer from the second multilayer.
This header ties the generic definitions in this package.