ATLAS Offline Software
|
: Helper struct to collect the space point per muon chamber, which are later sorted into the space point buckets. More...
Public Attributes | |
std::vector< SpacePoint > | etaHits {} |
Vector of all hits that contain an eta measurement including the ones which are combined with phi measurements. More... | |
std::vector< SpacePoint > | phiHits {} |
Vector of all space points that are built from single phi hits. More... | |
: Helper struct to collect the space point per muon chamber, which are later sorted into the space point buckets.
Definition at line 85 of file SpacePointMakerAlg.h.
std::vector<SpacePoint> MuonR4::SpacePointMakerAlg::SpacePointsPerChamber::etaHits {} |
Vector of all hits that contain an eta measurement including the ones which are combined with phi measurements.
Definition at line 88 of file SpacePointMakerAlg.h.
std::vector<SpacePoint> MuonR4::SpacePointMakerAlg::SpacePointsPerChamber::phiHits {} |
Vector of all space points that are built from single phi hits.
Definition at line 90 of file SpacePointMakerAlg.h.