Add a MultiMergingTransformerFilter.
Based on the MultiMergingTransformer implementation, but allows for algorithms to return a boolean which sets the 'filter passed' property for the control flow. A new test checks an example instantiation along one of MultiMergingTransformer, which was not previously tested. To make this test more obvious the IntDataProducer example now has a configurable value property.
parent
903647ab
No related branches found
No related tags found
Showing
- GaudiAlg/include/GaudiAlg/MergingTransformer.h 81 additions, 0 deletionsGaudiAlg/include/GaudiAlg/MergingTransformer.h
- GaudiExamples/options/FunctionalAlgorithms/MultiMergers.py 56 additions, 0 deletionsGaudiExamples/options/FunctionalAlgorithms/MultiMergers.py
- GaudiExamples/src/FunctionalAlgorithms/MakeAndConsume.cpp 4 additions, 2 deletionsGaudiExamples/src/FunctionalAlgorithms/MakeAndConsume.cpp
- GaudiExamples/src/FunctionalAlgorithms/merging_transformer.cpp 29 additions, 5 deletions...Examples/src/FunctionalAlgorithms/merging_transformer.cpp
- GaudiExamples/tests/qmtest/gaudiexamples.qms/functional_algorithms.qms/multi_mergers.qmt 17 additions, 0 deletions...iexamples.qms/functional_algorithms.qms/multi_mergers.qmt
- GaudiExamples/tests/qmtest/refs/MultiMergers.ref 30 additions, 0 deletionsGaudiExamples/tests/qmtest/refs/MultiMergers.ref
Loading
Please register or sign in to comment