Skip to content

Draft: Add an algorithm to get the current valid DeMagnet from the TES

Marco Clemencic requested to merge DeMagnet-in-TES into master

As discussed this morning at the Core Software Meeting, the easiest way to pass condition data to tools (when using bound tools is not practical) is to add a reference to the condition objects in the TES. So the new algorithm LHCb::DetCompat::MagnetStateForEvent adds a LHCb::DetCompat::Magnet (thin wrapper around DeMagnet) instance on the TES, so that tools can be quickly migrated to DeMagnet (instead of MagneticFieldSvc).

Edited by Marco Clemencic

Merge request reports