ATLAS Offline Software
Public Attributes | List of all members
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. More...
 
std::vector< SpacePointphiHits {}
 Vector of all space points that are built from single phi hits. More...
 

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.

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


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