ATLAS Offline Software
Loading...
Searching...
No Matches
MuonR4::SpacePointMakerAlg::SpacePointsPerChamber Struct Reference

: Helper struct to collect the space point per muon chamber, which are later sorted into the space point buckets. More...

Collaboration diagram for MuonR4::SpacePointMakerAlg::SpacePointsPerChamber:

Public Attributes

std::vector< SpacePointetaHits {}
 Vector of all hits that contain an eta measurement including the ones which are combined with phi measurements.
std::vector< SpacePointphiHits {}
 Vector of all space points that are built from single phi hits.

Detailed Description

: 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.

Member Data Documentation

◆ etaHits

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.

88{};

◆ phiHits

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.

90{};

The documentation for this struct was generated from the following file: