ATLAS Offline Software
|
Class to store map between pair of two ints and an int. More...
#include <PairIndexMap.h>
Public Member Functions | |
void | add (int first, int second, int value) |
int | find (int first, int second) const |
Private Types | |
typedef std::map< std::pair< int, int >, int > | MapType |
Private Attributes | |
MapType | m_map |
Class to store map between pair of two ints and an int.
Used to help read in database tables which are a lookup via two ints.
Definition at line 16 of file PairIndexMap.h.
|
private |
Definition at line 23 of file PairIndexMap.h.
void InDetDD::PairIndexMap::add | ( | int | first, |
int | second, | ||
int | value | ||
) |
int InDetDD::PairIndexMap::find | ( | int | first, |
int | second | ||
) | const |
|
private |
Definition at line 24 of file PairIndexMap.h.