10#include "Acts/Utilities/Helpers.hpp"
24 HitVec::const_iterator itr = hits.begin();
26 while (itr != hits.end()) {
29 HitVec::const_iterator end_insert = std::find_if(itr, hits.end(),[&refLay,&laySorter](
const SpacePoint* testMe) {
30 return refLay != laySorter.sectorLayerNum(*testMe);
35 if (isMdt && !pushMe.empty()){
36 if (idHelper.
multilayer((*itr)->identify()) != idHelper.
multilayer(pushMe.back().front()->identify())) {
int multilayer(const Identifier &id) const
Access to components of the ID.
: The muon space point bucket represents a collection of points that will bre processed together in t...
The SpacePointPerLayerSorter sort two given space points by their layer Identifier.
unsigned int sectorLayerNum(const SpacePoint &sp) const
method returning the logic layer number
std::vector< HitVec > HitLayVec
std::size_t m_tubeLaySwitch
Index of the first tube-layer from the second multilayer.
HitLayVec m_mdtLayers
Sorted Mdt hits per tube layer.
HitLayVec m_stripLayers
Sorted Strip hits per gasGap strip.
std::size_t m_nMdtHits
Number of all Mdt tube hits.
std::vector< const SpacePoint * > HitVec
SpacePointPerLayerSplitter(const SpacePointBucket &bucket)
Constructor taking a complete bucket.
std::size_t m_nStripHits
Number of all strip hits.
The muon space point is the combination of two uncalibrated measurements one of them measures the eta...
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
virtual const MdtIdHelper & mdtIdHelper() const =0
access to MdtIdHelper
This class is not to needed in AthSimulation.
This header ties the generic definitions in this package.
SpacePointPerLayerSplitter::HitVec HitVec