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 int allHits () const
 Helper method returning the sum of the three space point type counts. More...
 

Public Attributes

unsigned int measEtaPhi {0}
 Number of space points measuring eta & phi. More...
 
unsigned int measEta {0}
 Number of space points measuring eta only. More...
 
unsigned int 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 int MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::allHits ( ) const

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

Definition at line 32 of file SpacePointMakerAlg.cxx.

32  {
33  return measEta + measPhi + measEtaPhi;
34 }

Member Data Documentation

◆ measEta

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

Number of space points measuring eta only.

Definition at line 61 of file SpacePointMakerAlg.h.

◆ measEtaPhi

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

Number of space points measuring eta & phi.

Definition at line 59 of file SpacePointMakerAlg.h.

◆ measPhi

unsigned int 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 int measEtaPhi
Number of space points measuring eta & phi.
Definition: SpacePointMakerAlg.h:59
MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measPhi
unsigned int measPhi
Number of space points measuring phi only.
Definition: SpacePointMakerAlg.h:63
MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEta
unsigned int measEta
Number of space points measuring eta only.
Definition: SpacePointMakerAlg.h:61