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 98 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 101 of file SpacePointMakerAlg.h.

101{};

◆ phiHits

std::vector<SpacePoint> MuonR4::SpacePointMakerAlg::SpacePointsPerChamber::phiHits {}

Vector of all space points that are built from single phi hits.

Definition at line 103 of file SpacePointMakerAlg.h.

103{};

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