Skip to content

AsgTools: add SlotSpecificObj mock class and use in TrigDecisionTool

Frank Winklmeier requested to merge fwinkl/athena:slotspec into master

Add SG::SlotSpecificObj dummy implementation to the AsgTools package to transparently being able to use code in Athena and Analysis releases. This class has the same functionality as the one from AthenaKernel except that it manages one single "slot".

This greatly reduces the amount of #ifdefs required in code using this class (see changes to TrigDecisionTool in second commit).

Merge request reports