Skip to content

Xmon large cleanup

Joerg Stelzer requested to merge xmon-update-joerg2 into xmon

Bug fixes

  • TriggerMenuHelpers menu access was broken, parameter dbalias was passed in the wrong position
  • TriggerMenuHelpers access to a map was broken, due to circular call of a function

Changes

  • Reduce the information in L1_Rate_Pred.xml and HLT_Rate_Pred.xml to a minimum
  • Config file: move to json and have a single config file for partitions ATLAS and TDAQ
  • Subscription to RunParams for prescale keys (was PHYSICS.keys before)
  • DB keys can be provided in the command line for test purposes
  • Remove obsolete includes and dependencies in CMake config
  • Remove L1/HLT_Rate_Pred.h files from repository, as they are generated on-the-fly from the description xml files
  • Remove obsolete confadapter/src/TriggerMenuHelpers.cpp
Edited by Joerg Stelzer

Merge request reports