7#include "Acts/Utilities/Enumerate.hpp"
13 reserve(bucket.size());
15 std::vector<uint8_t>::iterator layItr{
m_layNum.begin()};
23 push_back(spacePoint);
24 (*layItr++) = globLayer;
30 push_back(spacePoint);
31 (*layItr++) = globLayer;
std::vector< uint8_t > m_layNum
LayerSpBucket(const MuonR4::SpacePointBucket &bucket)
Standard constructor taking the space point bucket.
double coveredMax() const
Returns the max covered position of the bucket.
double coveredMin() const
Returns the min covered position of the bucket.
: The muon space point bucket represents a collection of points that will bre processed together in t...
The SpacePointPerLayerSplitter takes a set of spacepoints already sorted by layer Identifier (see Muo...
const HitLayVec & mdtHits() const
Returns the sorted Mdt hits.
const HitLayVec & stripHits() const
Returns the sorted strip hits.
std::vector< const SpacePoint * > HitVec
The muon space point is the combination of two uncalibrated measurements one of them measures the eta...
MuonR4::SpacePointPerLayerSplitter::HitVec HitVec