ATLAS Offline Software
|
Helper struct to count the space-points in each detector category. More...
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... | |
Helper struct to count the space-points in each detector category.
Definition at line 57 of file SpacePointMakerAlg.h.
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.
unsigned int MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEta {0} |
Number of space points measuring eta only.
Definition at line 61 of file SpacePointMakerAlg.h.
unsigned int MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measEtaPhi {0} |
Number of space points measuring eta & phi.
Definition at line 59 of file SpacePointMakerAlg.h.
unsigned int MuonR4::SpacePointMakerAlg::SpacePointStatistics::StatField::measPhi {0} |
Number of space points measuring phi only.
Definition at line 63 of file SpacePointMakerAlg.h.