Skip to content

InDet::PixelCluster ctors. Always use move for vectors / dyn matrices.

InDet::PixelCluster ctors.

Always use && for vectors / dyn matrices.

More or less (and here C++ has a bit akward syntax) we want "move" not copy when possible. When needed the copies happen explicit client side.

There was a templated code which I modified to use if constexpr static_assert

Edited by Christos Anastopoulos

Merge request reports