Skip to content

OutputConditionsAlg: Use appropriate semantics

Walter Lampl requested to merge wlampl/athena:OutputCondAlgProps into master

While working on the new-style config of LAr Electronic Calibration, I found that the properties OutputConditionsAlg.ObjectList and OutputConditionsAlg.IOVTagList neeed the OrderedSet<std::string> semantics for deduplication to work.

While doing that, move all property definitions to .h file.

Merge request reports