Skip to content

Fix Compiler Warnings

Mars Lyukova requested to merge fix_warnings into master

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.

Merge request reports

Loading