Skip to content
Snippets Groups Projects

Implement EventIDBase ordering in a generic way by specifying projections

Merged Gerhard Raven requested to merge graven/Gaudi:generic_comparison into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,9 +13,9 @@
*
*/
#include <cstdint>
#include <iomanip>
#include <iostream>
#include <stdint.h>
#include <tuple>
#include "GaudiKernel/compose.h"
Loading