Searched through code for every instance of if comparison between nanoAOD single precision floats and literals (i.e. "0.2") and changed literals to be float literals ("0.2f"). This was inconsistently implemented before.
Exceptions: Comparisons with 0, and comparisons not involving an if statement. Should still be more consistent, more changes can be made in future if needed.
Searched through code for every instance of if comparison between nanoAOD single precision floats and literals (i.e. "0.2") and changed literals to be float literals ("0.2f"). This was inconsistently implemented before.
Exceptions: Comparisons with 0, and comparisons not involving an if statement. Should still be more consistent, more changes can be made in future if needed.