[ Code analyzer output ] f=f (was ACTS-454)
Original author Andreas Salzburger @asalzbur
I get a warning from the static code analyzer for the ATLAS_SeedMaker, f is assigned to itself (l.470)
int f = int(F * m_sF); f<0 ? f = m_fNmax : f> m_fNmax ? f = 0 : f = f;
Edited by Moritz Kiehn