The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiKernel/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 23 of file EventContextHash.h.
|
inline |
Definition at line 30 of file EventContextHash.h.
|
inline |
Definition at line 25 of file EventContextHash.h.
|
inline |
Definition at line 32 of file EventContextHash.h.
|
inline |
Definition at line 33 of file EventContextHash.h.