Skip to content

Use YAML::Node in FTReadoutMap

Roel Aaij requested to merge ft_readout_map_yaml_node into master

FTReadoutMap was still using ParamValidDataObject which doesn't work in DD4HEP: switch to YAML::Node.

This works with DetDesc (should/will be confirmed with a ci test), but this can't be tested with DD4HEP until the condition is in the YAML conddb. Once that is done the location of the condition in the YAML conddb should be added to the code.

Requires Detector!217 (merged)

Edited by Christopher Rob Jones

Merge request reports