Fix Compiler Warnings
Release notes
- Fixed misc. warnings from the compiler. (Unused variable, size_t vs. int comparisons, etc.)
- The most recent AnalysisBase release 25.2.27 warns RooFIter is deprecated. Part of this merge request moves instances of RooFIter to a range-based for loop.