Fix TriggerMenuMT EventBuildingSequences unit test
Quick fix for ATR-24406
- add missing import
- use
tool.getType()
which works for old and conf2 configurables instead of__cpp_type__
which is conf2 only
Might want to ensure that all tools are same configurable type later on, but this at least fixes the unit test which fails in CI.