Skip to content

Update the script mapping ROS to ROBs and its output

Rafal Bielski requested to merge rbielski/athena:ros2rob into 22.0

Update the script ros2rob_from_partition.py to:

  • be able to map also swROD applications
  • add a hardcoded list of RoIBuilder ROB IDs which are not available anywhere else
  • produce output compatible with the file stored in the athena repo

and use it to update the file ROSToROB.py stored in the athena repo (TrigCostAnalysis package).

Commands used to produce the new file (which work outside of P1):

git clone https://:@gitlab.cern.ch:8443/atlas-tdaq-oks/p1/tdaq-09-04-00.git
TDAQ_DB_PATH=$PWD/tdaq-09-04-00 ros2rob_from_partition.py -d tdaq-09-04-00/combined/partitions/ATLAS.data.xml -p ATLAS -o ROSToROB.py

Merge request reports