Skip to content

FakeBkgTools: fix unit test and ATLAS naming convention

Frank Winklmeier requested to merge fwinkl/athena:fakebg into master
  • Do not use /tmp for unit test files. Instead just write to the current directory. This avoids problems when /tmp is not writable.
  • Make LhoodMMFitInfo a struct. It has only one client that was declared as friend. May as well just have everything public.
  • Use s_ prefix for static members.

There is some very questionable code in here (e.g. defining pi constants) but I didn't touch that.

Merge request reports