#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include <unordered_map>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | HashIntGlobalPointPair |
Typedefs | |
template<class T > | |
using | IntGlobalPointPairUnorderedMap = std::unordered_map< std::pair< int, GlobalPoint >, T, HashIntGlobalPointPair > |
using IntGlobalPointPairUnorderedMap = std::unordered_map<std::pair<int, GlobalPoint>, T, HashIntGlobalPointPair> |