Skip to content

GoodRunsListSelectorTool.cxx: Do not assign event number to 32-bit integer

Walter Lampl requested to merge wlampl/athena:GRL_evtId64 into master

Use auto to get the right data type for event number and time-stamp. The signed 32-bit integer used before is definitely too small.

Note that his change is merely cosmetic, because these values are only used in a DEBUG-print statement.

Merge request reports