4#ifndef MUONINFERENCEINTERACES_LAYERBUCKET_H
5#define MUONINFERENCEINTERACES_LAYERBUCKET_H
8#include "GaudiKernel/SystemOfUnits.h"
42 double m_min{-20. *Gaudi::Units::m};
43 double m_max{20. * Gaudi::Units::m};
uint8_t nMdtLayers() const
Returns how many Mdt layers are inside the bucket.
std::vector< uint8_t > m_layNum
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.
double coveredMax() const
Returns the max covered position of the bucket.
double coveredMin() const
Returns the min covered position of the bucket.
uint8_t nStripLayers() const
Returns how many Strip layers are inside the bucket.
: The muon space point bucket represents a collection of points that will bre processed together in t...