ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

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

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 113 of file SpacePointMakerAlg.cxx.

113  {
114  return measEta + measPhi + measEtaPhi;
115 }

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.

◆ measEtaPhi

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

Number of space points measuring eta & phi.

Definition at line 59 of file SpacePointMakerAlg.h.

◆ measPhi

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

Number of space points measuring phi only.

Definition at line 63 of file SpacePointMakerAlg.h.


The documentation for this struct was generated from the following files:
MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEtaPhi
unsigned measEtaPhi
Number of space points measuring eta & phi.
Definition: SpacePointMakerAlg.h:59
MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEta
unsigned measEta
Number of space points measuring eta only.
Definition: SpacePointMakerAlg.h:61
MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measPhi
unsigned measPhi
Number of space points measuring phi only.
Definition: SpacePointMakerAlg.h:63