Skip to content

Pixels conditions obj fixes

Tomasz Bold requested to merge tbold/athena:pix-cond-obj-fix into master

Related to: ATLASRECTS-5139 It modifies an implementation of PixeCablinConditions object so that flat list of ROBs is a member that is made available to client w/o altering the internal state of the object. In addition, a few returns by value are changed to return by const reference. It has the potential to speed things up if this calls are used often. That was done also n case of two other objects. Tagging @stsuno - CI tests worked, however maybe I should run some more tests to be sure nothing is broken?

Edited by Tomasz Bold

Merge request reports