![]() |
ATLAS Offline Software
|
#include <FPGATrackSimSectorMap.h>
Public Member Functions | |
| FPGATrackSimSectorMap ()=default | |
| FPGATrackSimSectorMap (const char *fname) | |
| ~FPGATrackSimSectorMap ()=default | |
| void | SetSector (int, int, int) |
| int | GetSector (int, int) |
| void | LoadFromFile (const char *) |
| void | CreateFile (const char *, const char *, const char *) |
| void | Dump () |
Static Public Member Functions | |
| static std::map< int, int > | makeLookup (const char *fname) |
Private Types | |
| typedef std::map< int, int > | mapint |
| typedef std::map< int, mapint > | mapint2 |
Private Attributes | |
| mapint2 | m_data |
Definition at line 14 of file FPGATrackSimSectorMap.h.
|
private |
Definition at line 15 of file FPGATrackSimSectorMap.h.
|
private |
Definition at line 16 of file FPGATrackSimSectorMap.h.
|
default |
|
inline |
Definition at line 21 of file FPGATrackSimSectorMap.h.
|
default |
| void FPGATrackSimSectorMap::CreateFile | ( | const char * | fname4, |
| const char * | fname8, | ||
| const char * | fname11 ) |
Definition at line 56 of file FPGATrackSimSectorMap.cxx.
| void FPGATrackSimSectorMap::Dump | ( | ) |
Definition at line 73 of file FPGATrackSimSectorMap.cxx.
| int FPGATrackSimSectorMap::GetSector | ( | int | sec1, |
| int | sec2 ) |
Definition at line 36 of file FPGATrackSimSectorMap.cxx.
| void FPGATrackSimSectorMap::LoadFromFile | ( | const char * | fname | ) |
Definition at line 43 of file FPGATrackSimSectorMap.cxx.
|
static |
Definition at line 15 of file FPGATrackSimSectorMap.cxx.
| void FPGATrackSimSectorMap::SetSector | ( | int | sec1, |
| int | sec2, | ||
| int | sec ) |
Definition at line 32 of file FPGATrackSimSectorMap.cxx.
|
private |
Definition at line 18 of file FPGATrackSimSectorMap.h.