Skip to content

AthenaMonitoring: Put private tool histograms into sub-directory

Frank Winklmeier requested to merge fwinkl/athena:mon_parent_name into master

Replace . in histogram path with /. That makes all histograms of private tools (MyAlg.MyTool) appear in a sub-directory (MyAlg/MyTool). Similarly histograms of public tools should appear under ToolSvc, etc.

Side remark: At P1 the online hsitogramming service does not allow the publication of histograms with . in their name.

cc @wiedenat @tbold @ponyisi

Merge request reports