The Gaudi Framework
v30r3 (a5ef0a68)
|
hash from EventContext so EvenContexts can be used as keys in unordered maps. More...
#include <GaudiKernel/EventContextHash.h>
Public Member Functions | |
size_t | hash (const EventContext &ctx) const |
bool | equal (const EventContext &a, const EventContext &b) const |
std::size_t | operator() (const EventContext &ctx) const |
bool | operator() (const EventContext &ctx, const EventContext &ctxb) const |
hash from EventContext so EvenContexts can be used as keys in unordered maps.
Hash is crated by combining event number and event slot using the algorithm from boost::hash_combine()
Definition at line 13 of file EventContextHash.h.
|
inline |
Definition at line 22 of file EventContextHash.h.
|
inline |
Definition at line 16 of file EventContextHash.h.
|
inline |
Definition at line 24 of file EventContextHash.h.
|
inline |
Definition at line 25 of file EventContextHash.h.