5#ifndef InDetGeoModelUtils_PairIndexMap_H
6#define InDetGeoModelUtils_PairIndexMap_H
19 void add(
int first,
int second,
int value);
20 int find(
int first,
int second)
const;
23 typedef std::map<std::pair<int,int>,
int>
MapType;
Class to store map between pair of two ints and an int.
int find(int first, int second) const
void add(int first, int second, int value)
std::map< std::pair< int, int >, int > MapType