ATLAS Offline Software
Loading...
Searching...
No Matches
PairIndexMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef InDetGeoModelUtils_PairIndexMap_H
6#define InDetGeoModelUtils_PairIndexMap_H
7
8
9#include <map>
10#include <utility>
11
12namespace InDetDD {
13
17
18 public :
19 void add(int first, int second, int value);
20 int find(int first, int second) const;
21
22 private:
23 typedef std::map<std::pair<int,int>, int> MapType;
25
26 };
27}
28
29#endif // PixelPairIndexMap_H
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
Message Stream Member.