Skip to content

HIJetRec: clang fixes

Scott Snyder requested to merge ssnyder/athena:clang.HIJetRec-20200511 into master
  • Fix compilation failure with clang due to Gaudi Property ambiguity.
  • Missing override keywords.

Also, user identifiers should never contain a double underscore. Those names are reserved to the implementation.

Merge request reports