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

Helper struct to count the space-points in each detector category. More...

Collaboration diagram for MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField:

Public Member Functions

unsigned allHits () const
 Helper method returning the sum of the three space point type counts.

Public Attributes

unsigned measEtaPhi {0}
 Number of space points measuring eta & phi.
unsigned measEta {0}
 Number of space points measuring eta only.
unsigned measPhi {0}
 Number of space points measuring phi only.

Detailed Description

Helper struct to count the space-points in each detector category.

Definition at line 57 of file SpacePointMakerAlg.h.

Member Function Documentation

◆ allHits()

unsigned MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::allHits ( ) const

Helper method returning the sum of the three space point type counts.

Definition at line 83 of file SpacePointMakerAlg.cxx.

83 {
84 return measEta + measPhi + measEtaPhi;
85}
unsigned measEtaPhi
Number of space points measuring eta & phi.
unsigned measEta
Number of space points measuring eta only.
unsigned measPhi
Number of space points measuring phi only.

Member Data Documentation

◆ measEta

unsigned MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEta {0}

Number of space points measuring eta only.

Definition at line 61 of file SpacePointMakerAlg.h.

61{0};

◆ measEtaPhi

unsigned MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEtaPhi {0}

Number of space points measuring eta & phi.

Definition at line 59 of file SpacePointMakerAlg.h.

59{0};

◆ measPhi

unsigned MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measPhi {0}

Number of space points measuring phi only.

Definition at line 63 of file SpacePointMakerAlg.h.

63{0};

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