Skip to content

IDScanHitFilter: Enable static thread checker

Frank Winklmeier requested to merge fwinkl/athena:idscan_threadcheck into master
  • Mark static methods and their callers as not thread-safe
  • Move all headers to the private src directory
  • Only build component library
  • Do not call initialize/finalize of base class (this is the default)

Merge request reports