Do not assume Condition payload contains a YAML::Node
Compare changes
@@ -18,8 +18,6 @@
@@ -116,13 +114,12 @@ bool UTTightDigitCreator::aboveDigitSignalToNoise( const UTDigit* aDigit, const
With LHCb!3765 (merged), some changes introduced by !378 (merged) do not work anymore as the were relying on how the (inefficient) conversion from Condition
to YAML::Node
was implemented.
I'm reverting that bit of code as it's anyway useful only when the algorithm is migrated to Gaudi::Functional.