Handle DataObjectHandleBase in DoD configuration from DecoderDB
- !552 (merged) breaks a number of tests in downstream projects
- The issue arises when
DecodeRawEvent().DataOnDemand
is set toTrue
- DataOnDemandSvc.AlgMap does not accept DataObjectHandleBase as keys, so I cast locations to
str
- See LHCBPS-1701