add support for multiple input arguments to Merging{,Multi}Transformer
Add support for a Merging{,Multi}Transformer with signature Out(vector_of_const_<In> const&...)
respectively std::tuple<Out...>( vector_of_const_<In> const& ... )
i.e. have an arbitrary number of input vectors instead of only allowing a single input vector.
Edited by Gerhard Raven
Merge request reports
Activity
added C++ framework code cleanup labels
added 1 commit
- 93c06d00 - add support for multiple input arguments to MergingMultiTransformer
added 1 commit
- de0f19ff - add support for multiple input arguments to MergingMultiTransformer
added 1 commit
- b3ff422c - add support for multiple input arguments to MergingMultiTransformer
added 1 commit
- a6858dd5 - add support for multiple input arguments to MergingTransformer
added 1 commit
- 6e43e1ff - add support for multiple input arguments to MergingTransformer
- Resolved by Gerhard Raven
Nice improvement. I would only add a test of it in Kernel/LHCbAlgs/tests/qmtest/lhcbalgs.qms. By the way, I see no test of the other functional algos there, I fear we never wrote any...
added 1 commit
- df0875cb - keep inputLocation(int) backwards compatible for the case with one input argument
added 1 commit
- 7e9ac61c - keep inputLocation(int) backwards compatible for the case with one input argument
added 1 commit
- ea3d54fc - keep inputLocation(int) backwards compatible for the case with one input argument
added 1 commit
- 2a1132ad - keep inputLocation(int) backwards compatible for the case with one input argument
added 1 commit
- d5cb33ab - add multi-argument MergingMultiTransformer example
added 1 commit
- 463f0369 - add multi-argument MergingMultiTransformer example
added 1 commit
- 53894577 - add multi-argument MergingMultiTransformer example
Please register or sign in to reply