10#ifndef CaToolsLinkKey_h
11#define CaToolsLinkKey_h 1
15#include <boost/functional/hash.hpp>
42 struct hash<
cbm::ca::tools::LinkKey> {
46 boost::hash_combine(res, key.
fFile);
47 boost::hash_combine(res, key.
fEvent);
48 boost::hash_combine(res, key.
fIndex);
constexpr int Undef< int >