Skip to content

WIP: Add a MergingTransformer example (and thus test)

Paul Seyfert requested to merge pseyfert/Gaudi:MergingTransformerExample into master

This builds on top of !855 (merged) and !854 (merged).

I.e. the only real change is in MakeAndConsume.cpp, ProduceConsume.ref, and ProduceConsume.py.

New functionality that's tested:

  • iterator_traits for vector_of_const_<…>::iterator (required by find_if)
  • introduction of == operator for vector_of_const_<…>::iterator
  • getIfExists (implicitly used by MergingTransformer) for AnyDataWrapper/Handle

@nnolte: fyi

Merge request reports