Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSPLITTER_H
5 #define MUONR4_MUONSPACEPOINT_SPACEPOINTPERLAYERSPLITTER_H
18 using HitVec = std::vector<const SpacePoint*>;
const HitLayVec & stripHits() const
Returns the sorted strip hits.
The SpacePointPerLayerSplitter takes a set of spacepoints already sorted by layer Identifier (see Muo...
: 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.
std::vector< size_t > vec
std::vector< const SpacePoint * > HitVec
unsigned int nStripHits() const
Returns the number of all strip hits in the seed.
unsigned int m_nMdtHits
Number of all Mdt tube hits
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.
const HitLayVec & mdtHits() const
Returns the sorted Mdt hits.
HitLayVec m_stripLayers
Sorted Strip hits per gasGap strip
HitLayVec m_mdtLayers
Sorted Mdt hits per tube layer.
This header ties the generic definitions in this package.
SpacePointPerLayerSplitter(const SpacePointBucket &bucket)
Constructor taking a complete bucket