Skip to content

Updates to AtlasSematics: Defaults + PublicToolHandles

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

Few more updates to AtlasSemantics.py (preparation for GaudiConfig2):

  • Implement default( .. ) method, mostly to work around Gaudi-issue gaudi/Gaudi#114 (closed)
  • Implement Semantics for ServiceHandles and PublicToolHandles, effectively turning them into strings as they are just pointers to something that is configured elsewhere

Merge request reports