![]() |
The Gaudi Framework
v39r3 (979e3109)
|
This class provides a unique identification for each event, in terms of run/event number and/or a time stamp. More...
#include <cstdint>#include <iomanip>#include <iostream>#include <tuple>#include <GaudiKernel/compose.h>

Go to the source code of this file.
Classes | |
| struct | details::arg_helper< lambda > |
| struct | details::arg_helper< Ret(T::*)(Arg) const > |
| class | EventIDBase |
| This class provides a unique identification for each event, in terms of run/event number and/or a time stamp. More... | |
Namespaces | |
| details | |
Typedefs | |
| template<typename lambda > | |
| using | details::argument_t = typename arg_helper< lambda >::type |
Functions | |
| template<typename Fun > | |
| auto | details::add_deref (Fun f) |
| template<typename Proj , typename Cmp = std::greater<>> | |
| auto | details::make_cmp (Proj p, Cmp cmp={}) |
This class provides a unique identification for each event, in terms of run/event number and/or a time stamp.
Definition in file EventIDBase.h.