Skip to content

egammaMVACalib: Update for thread-safety checker const changes.

The thread-safety checker is getting more strict on const checks. Fix resulting warnings.

Normally, we'd just use FindFixBin here. But TH2Poly overrides FindBin to handle its special bin defintions, but it doesn't also override FindFixBin. But TH2Poly::FindBin (unlike TH1::FindBin) doesn't actually do anything non-const, so just suppress the warning here.

Merge request reports