IsolationSelection: thread-checker fixes
- use
const
containers ingetCloseByIsoCorrection
- use
ConstDataVector
for view container - ignore thread-checker warning about
TF1::EvalPar
- minor const fixes
cc @jojungge: the only remaining thread-checker warning is from the const_cast
in IsolationCloseByCorrectionTool which I would ask an expert to look at.