![]() |
ATLAS Offline Software
|
Seed statistics per sector to be printed in the end. More...
Classes | |
| struct | SectorField |
| sector's field to dump the seed statistics More... | |
| struct | SeedField |
Public Types | |
| using | chIdx_t = Muon::MuonStationIndex::ChIndex |
Public Member Functions | |
| SeedStatistics ()=default | |
| void | addToStat (const MuonGMR4::SpectrometerSector *msSector, unsigned int nSeeds, unsigned int nExtSeeds, unsigned int nSegments) |
| void | printTableSeedStats (MsgStream &msg) const |
Private Types | |
| using | SeedStatistic_T = std::map< SectorField, SeedField > |
Private Attributes | |
| SeedStatistic_T | m_seedStat {} |
| std::mutex | m_mutex {} |
Seed statistics per sector to be printed in the end.
Definition at line 55 of file NswSegmentFinderAlg.h.
Definition at line 59 of file NswSegmentFinderAlg.h.
|
private |
Definition at line 99 of file NswSegmentFinderAlg.h.
|
default |
| void MuonR4::NswSegmentFinderAlg::SeedStatistics::addToStat | ( | const MuonGMR4::SpectrometerSector * | msSector, |
| unsigned int | nSeeds, | ||
| unsigned int | nExtSeeds, | ||
| unsigned int | nSegments | ||
| ) |
Definition at line 658 of file NswSegmentFinderAlg.cxx.
| void MuonR4::NswSegmentFinderAlg::SeedStatistics::printTableSeedStats | ( | MsgStream & | msg | ) | const |
Definition at line 672 of file NswSegmentFinderAlg.cxx.
|
private |
Definition at line 102 of file NswSegmentFinderAlg.h.
|
private |
Definition at line 100 of file NswSegmentFinderAlg.h.
1.8.18