Skip to content

ATLASRECTS-6431 dirty patch

Since the move assignment of DataVector does not clean this, patch it client side.

Note depending on the outcome of the discussion

  1. This will need to be removed as will be un-needed if the DataVector is fixed or
  2. Need to write a custom move assignment for Trk::Track as the current (although not used) depends on the same assumption for the DataVector move assignment

one or the other.

Mentioning @sroe @ssnyder

Unit test for the current behavious (needing client side clear) is coming from @sroe here !44638 (merged).

What is the proper way is up to @ssnyder .

If a proper fix appears we should close this one .

i.e this one is just because of the "critical" nature which I guess means that a fix (even dirty ) is needed today.

Edited by Christos Anastopoulos

Merge request reports