Skip to content

several fixes and added functionality

Adrian Chitan requested to merge DaqEffR3 into master

changed COOL db connection construct to use the dblookup.xml file for both applications

  • there is a new method that'll read the correct db connection lines from the dblookup.xml file using the logical name of the connection
  • this way there is no need for the user to change the connection string as before as the dblookup.xml file will always be kept up to date with the actual db connections for the location the user is in (GPN/LX+/P1)

corrected the busyfolder name for the run eff app (splunk feeder)

  • there was a typo in the run_eff_new.cc with the default busy folder thus the app with the default parameters would not get the busy info and only hold trigger and stop info would get through
  • fixed and now the output matches with the older app (eff_daq_new)

Merge request reports