![]() |
ATLAS Offline Software
|
#include <FPVMAP.h>
Public Member Functions | |
| FPVMAP ()=default | |
| ~FPVMAP ()=default | |
| DetectorIterator | Begin () |
| DetectorIterator | End () |
| int | NDetectors () |
| int | NDetectorsReused () |
| GeoVPhysVol * | GetDetector (const std::string &name) |
| void | StoreDetector (GeoVPhysVol *s, const std::string &name) |
| void | PrintAllDetectors () |
Private Attributes | |
| std::map< std::string, GeoVPhysVol * > | m_Detectors {} |
| int | m_nreused {0} |
|
default |
|
default |
|
inline |
|
inline |
| GeoVPhysVol * MuonGM::FPVMAP::GetDetector | ( | const std::string & | name | ) |
Definition at line 17 of file FPVMAP.cxx.
|
inline |
| void MuonGM::FPVMAP::PrintAllDetectors | ( | ) |
Definition at line 32 of file FPVMAP.cxx.
| void MuonGM::FPVMAP::StoreDetector | ( | GeoVPhysVol * | s, |
| const std::string & | name ) |
Definition at line 27 of file FPVMAP.cxx.
|
private |