Skip to content

TrigT1NSWSimTools: const ref fixes for PadTriggerLookupTool

Hello,

This MR is dropping the const ref in range based for loops when the iteration is over a simple type (int), and adds const ref in case of complex types to avoid the copy.

Tagging @fgravili for cross check.

Cheers, Bertrand

Merge request reports