Skip to content

changed naming convention to fit with old eff_daq_splunk app for Splunk consistency

Adrian Chitan requested to merge DaqEff into master

Changed tier 0 project from T0_Project to T0Project to fit with Splunk expectations.

Changed beam presence info from 1/0 to TRUE/FALSE, as it was in the old app.

Changed the way the detector names are prepared for "publication" in the output. While the concistency in the db detector naming is almost always kept, there are some instances with forward spaces and last character spaces. The first space character would become an underscore to construct complex detector names (LAr_EMEC) in the old version. I have added a check to not put the underscore at the end and begining of the name and oly deal with the inside space.

Merge request reports