Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONINFERENCEINTERACES_LAYERBUCKET_H
5 #define MUONINFERENCEINTERACES_LAYERBUCKET_H
8 #include "GaudiKernel/SystemOfUnits.h"
: The muon space point bucket represents a collection of points that will bre processed together in t...
double coveredMax() const
Returns the max covered position of the bucket.
uint8_t nStripLayers() const
Returns how many Strip layers are inside the bucket.
The LayerSpBucket is a space pointbucket where the points are internally sorted by their layer number...
uint8_t layerNum(const size_t i) const
Returns the associated layer number of the i-the space point inside the bucket.
LayerSpBucket(const MuonR4::SpacePointBucket &bucket)
Standard constructor taking the space point bucket.
std::vector< uint8_t > m_layNum
double coveredMin() const
Returns the min covered position of the bucket.
uint8_t nMdtLayers() const
Returns how many Mdt layers are inside the bucket.