Support for binding tools to event and/or conditions data
Support for binding tools to event and/or conditions data
Merge request reports
Activity
added 1 commit
- cb5123ef - initial support for binding tools to event and/or conditions data
added 1 commit
- 48cb0337 - initial support for binding tools to event and/or conditions data
- Resolved by Gerhard Raven
added 1 commit
- 20ef335a - initial support for binding tools to event and/or conditions data
added 1 commit
- 3715cfa8 - initial support for binding tools to event and/or conditions data
added 1 commit
- 74f4381e - initial support for binding tools to event and/or conditions data
added 1 commit
- d8eabb7e - initial support for binding tools to event and/or conditions data
added 1 commit
- 857e3b54 - initial support for binding tools to event and/or conditions data
mentioned in commit lhcb/LHCb@fc39ec9b
mentioned in merge request lhcb/LHCb!3293 (closed)
mentioned in commit lhcb/LHCb@ccabfddc
mentioned in commit lhcb/LHCb@b3f6beb1
- Resolved by Gerhard Raven
@clemenci: as discussed, this now obtains a (type-erased) box through IAlgTool (albeit that function could be moved into a
ToolHandle
) and then uses the box to get access to the bound instance -- or the 'direct' one (should work as-is, but I need to add an explicit test case for the transparent branch of the code). Provided the latter works, the next step is to do the wrapping behind the scenes ;-)